-
I am trying to run my application compiled in Ubuntu and I can't get it working. If launched by double clicking the application it just says mentions something like:
> there's no application instal…
-
When dealing with streams such as WebSockets, it is often useful to have both a sender and a receiver, where only the receiver serves as a subscription and the sender is stored externally (e.g. in the…
-
When building an example (at least [tour](https://github.com/hecrj/iced/tree/master/examples/tour) and [progress_bar](https://github.com/hecrj/iced/tree/master/examples/progress_bar)) with help of [cr…
-
I am running [adamzapasnik/prettier-plugin-eex](https://github.com/adamzapasnik/prettier-plugin-eex) on an `index.html.eex` file which is opened with a major mode of `web-mode`. When I edit a file and…
-
hi! thanks for dlib u32,
);
fn main() {
println!("hey, it compiled ;p\nlook, a u32! should be 0: {}",
unsafe { xkb_keysym_to_utf32(1) }
);
}
```
Cargo.toml only requires `…
-
There is an application called [Termux](https://termux.com/) that allows you to run Linux terminal based applications on it such as `htop` etc (probably I would have to recompile it to get it to work …
-
Is there a way to add an icon as in iced's https://docs.rs/iced/0.3.0/iced/window/struct.Settings.html#structfield.icon ?
-
Hey, I'll ask here, in case other people come up with the same question, as I didn't find an answer in the issues or in the Zulip chat.
I'm wondering how the hash_layout function of the image widg…
-
Since updating [Ajour](https://github.com/ajour/ajour) to iced 0.3, I'm crashing when trying to resize the program.
Below is the panic. Is this a known upstream issue? We've confirmed with other us…
-
and how to get the screen size : screen_width screen_height
and and can we create a frameless window with iced?
thanks a lot