-
Deprecated since 0.13.0: components introduce encapsulated state and hamper the use of a single source of truth. Instead, leverage the Elm Architecture directly, or implement a custom widget
https://…
-
Hey, been trying to make something with iced master on web, but having trouble building the app with iced_aw, getting this error:
```
Compiling iced_aw v0.9.3 (https://github.com/iced-rs/iced_aw.g…
-
We create a menu bar with one menu, for each button.
But they could all be combined into one menu bar, with the suitable spacing, and then the message row after that in the info row.
Not sure if…
-
I am seeing some behaviour on Linux but not Macos:
I set an initial window size with Iced::application() in main()
```
.window_size(LayoutSelector::get_default_window_size())
```
The …
-
### Is your issue REALLY a bug?
- [X] My issue is indeed a bug!
- [X] I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
### Is there an existi…
-
Right now, retrowin32 allows reads and writes to memory addresses < 0x1000 without complaint. This can hide or obfuscate bugs that would normally result in crashes. This affects both `x86-emu` and `x8…
-
So I'm using nixos and building an iced application. So far so good, everything works, i got all libraries set up.
Then I pull in iced_aw and i start getting the error below and can't for the live o…
-
I use this player together with some buttons to switch between different rtsp streams. Currently my implementation looks more or less like this.
If I don't drop the video state manually, I end up wit…
cyl3x updated
3 weeks ago
-
Keyboard in iced-rs basically non existent and is only supported between input fields. We probably need our own iced-rs fork
-
All of the other settings seem to work fine, but for some reason when I go to the "appereance" section it crashes and exits.
Here are the logs I gathered when launching the settings from terminal:
…