You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "teste-iced"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = { version = "0.12.1", features = ["tokio", "webgl"] }
iced_runtime = "0.12.1"
When running the program, everything works fine, except updating text(&self.contagem).size(25), when clicking the button, nothing happens, does anyone know how to solve it?
What is the expected behavior?
When clicking on a button, the counter should show the updated value on the screen, the view() function is called normally, the print happens to prove it, the code works on another computer with Windows, but on my operating system it doesn't work, I'm using it FydeOS 18.0
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
One thing I noticed is that ICED_BACKEND=tiny-skia makes the performance poor, I built a list, and when adding new items to the list it is possible to notice the delay in updating.
Researching more on the subject, I found this link pop-os/cosmic-comp#264 which suggests using WGPU_BACKEND=gl, and to my surprise, the performance was perfect, I don't know if that works of something in the development of iced, but here is my story.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
My main.rs
My Cargo.toml
When running the program, everything works fine, except updating text(&self.contagem).size(25), when clicking the button, nothing happens, does anyone know how to solve it?
What is the expected behavior?
When clicking on a button, the counter should show the updated value on the screen, the view() function is called normally, the print happens to prove it, the code works on another computer with Windows, but on my operating system it doesn't work, I'm using it FydeOS 18.0
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: