feat: remove x11 and tiny-skia support

but; Error: GraphicsCreationFailed(GraphicsAdapterNotFound { backend: "wgpu", reason: RequestFailed("no adapter was found for the options requested: \"RequestAdapterOptions { power_preference: HighPerformance, force_fallback_adapter: false, compatible_surface: None }\"") })
This commit is contained in:
electria 2026-06-26 19:23:15 -07:00
commit fb90fb8e97
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 33 additions and 786 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" edition = "2024"
[dependencies] [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" ] } serde = { version = "1.0.228", features = [ "derive" ] }
ron = "0.12.2" ron = "0.12.2"
dirs = "6.0.0" dirs = "6.0.0"

View file

@ -24,10 +24,6 @@
libxkbcommon libxkbcommon
wayland wayland
libx11
libxcursor
libxi
]; ];
commonArgs = { commonArgs = {