Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
ce8b045e6f
feat: remove software rendering 2026-06-27 09:34:14 -07:00
2 changed files with 33 additions and 782 deletions

813
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.14.0"
iced = { version = "0.14.0", default-features = false, features = [ "wgpu", "crisp", "web-colors", "thread-pool", "wayland" ] }
serde = { version = "1.0.228", features = [ "derive" ] }
ron = "0.12.2"
dirs = "6.0.0"