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:
parent
333d5d890b
commit
fb90fb8e97
3 changed files with 33 additions and 786 deletions
813
Cargo.lock
generated
813
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,6 @@
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
|
||||||
wayland
|
wayland
|
||||||
|
|
||||||
libx11
|
|
||||||
libxcursor
|
|
||||||
libxi
|
|
||||||
];
|
];
|
||||||
|
|
||||||
commonArgs = {
|
commonArgs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue