iced icon indicating copy to clipboard operation
iced copied to clipboard

A cross-platform GUI library for Rust, inspired by Elm

Results 314 iced issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

This PR updates `wgpu` to `0.20`. Depends on #2416. Unfortunately, this `wgpu` update doesn't seem to work very well on my end (Arch, X11, RTX 4090, NVIDIA drivers). `0.19` is...

improvement
help wanted
rendering
wgpu
change

This PR updates `cosmic-text` to `0.11` and `resvg` to `0.41`. It seems there may be a bit of a performance regression with this update—I am noticing a ~5% increase in...

improvement
text
change

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

I'd like to render video using libmpv-rs inside an iced GUI. There are different ways to do it, but the best would be to render to an FBO. Is this...

question
rendering

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

This PR adds macOS-specific behavior for the input and text editor for Command + ArrowLeft to behave like Home and Command + ArrowRight to behave like End to match [the...

Fixes #2381 This PR adds a system to scrollables that keeps scrolling to only one layer at a time, based on [the behaviour in Mozilla's Gecko engine](https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrolling#Mouse_wheel_transaction), which is more...

base on #2421 Fix the env loading problem by enabling `wasm-bindgen` feature with `instant` problem : it failed on firefox log : https://gist.github.com/skygrango/6561e1a77a147c664f62ab2fef248a74 ```bash ::device_create_render_pipeline::he39460428393c56b http://127.0.0.1:8080/clock-c25483e98ad88e58_bg.wasm:4833636 ::device_create_render_pipeline::h77fdafe577d5f84d http://127.0.0.1:8080/clock-c25483e98ad88e58_bg.wasm:17303843` ``` I...