feat: remove software rendering
This commit is contained in:
parent
3e3f0ca2dc
commit
ce8b045e6f
2 changed files with 33 additions and 782 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue