-
Hi,
I have no luck in getting the examples run. So far I've tried: stopwatch, tour, todos. All fail. I tried on master @ 87c9df294c79d73ff67a8d9a036cf9ddff24c52f and on tag native-0.2.2.
most is…
-
Hi! This is the first issue for me in this repository and thank you for making great GUI library.
I noticed when I change from `iced = { path = "../..", features = ["tokio_old"] }` to `iced = { ver…
ghost updated
4 years ago
-
Scrolling on an `image::Viewer` inside a `Scrollable` both zooms the viewer and scrolls the scrollable at the same time. It makes viewers inside scrollables very frustrating to use
-
I have WSL Debian running with an x server. Most x applications work fine. When I try to run the hello world, with backtrace on, I get an error that seems to be related to webgpu. The webgpu should no…
-
it's probably a stupid question, but where is the data saved from the todos example ? i looked in the code and it's talking about a `todos.json` but i wasn't able to find it
-
Feel free to suggest sections about any March rust gamedev news and updates!
If you want to help writing the newsletter:
- Grab some of the "🆓 **free**" sections by leaving a comment like …
-
Similar to #22: bddisasm decodes `0Fh 39h` as `DMINT` when in 64-bit mode, despite being a 16/32-bit only instruction on some very old AMD Geode CPUs:
0f39 | (0 / 0) | (0 / 0) | DMINT (2 / 5)
--…
-
Just wanted to test but its giving error for stopwatch example
```
error[E0432]: unresolved import `iced::time`
--> src\main.rs:2:23
|
2 | button, executor, time, Align, Application, But…
-
Since the 2.0 commit it is not possible to build/doc the crate with all features:
iced (master)> cargo build --all-features
Compiling futures-io v0.3.5
Compiling adler32 v1.2.0
Compilin…
-
I think there is a perenthenses problem in this formula
https://github.com/hecrj/iced/blob/4f2962d73f3bdeeca8a11817e404c45e91e2c2cc/graphics/src/widget/progress_bar.rs#L39
May be :
**((value -…