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
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
My development environment
Compiled using cargo build --release --target x86_64-unknown-linux-gnu
When executing the generated binary on a computer with PopOS 22.04, the texts do not render, but every update of the app continues normally, it is even possible to see that the element was added to my table
My Cargo.toml
[package]
name = "costv"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 = ["lazy"] }
iced_core = "0.12.3"
[profile.release]
strip = true
What is the expected behavior?
This is the expected result
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:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
My development environment
Compiled using
cargo build --release --target x86_64-unknown-linux-gnu
When executing the generated binary on a computer with PopOS 22.04, the texts do not render, but every update of the app continues normally, it is even possible to see that the element was added to my table
My Cargo.toml
What is the expected behavior?
This is the expected result
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: