feat: use only software rendering

this reduces the memory usage from 85.5MB to 25MB
This commit is contained in:
electria 2026-06-26 20:01:36 -07:00
commit 26af92df96
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 6 additions and 374 deletions

View file

@ -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"