feat: use only software rendering
this reduces the memory usage from 85.5MB to 25MB
This commit is contained in:
parent
420008aebd
commit
26af92df96
3 changed files with 6 additions and 374 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.14.0", default-features = false, features = [ "wgpu", "crisp", "web-colors", "thread-pool", "wayland" ] }
|
||||
iced = { version = "0.14.0", default-features = false, features = [ "tiny-skia", "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