mirror of
https://github.com/danbulant/appit
synced 2026-07-04 10:30:47 +00:00
Removing wayland-csd-adwaita by default
This includes an entire rendering library (tiny-skia)
This commit is contained in:
parent
5ed0d923de
commit
bde351f2b4
1 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["x11", "wayland", "wayland-dlopen"]
|
||||||
|
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
|
||||||
|
x11 = ["winit/x11"]
|
||||||
|
wayland = ["winit/wayland"]
|
||||||
|
wayland-dlopen = ["winit/wayland-dlopen"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
winit = "=0.29.1-beta"
|
winit = { version = "=0.29.1-beta", default-features = false }
|
||||||
raw-window-handle = "0.5.1"
|
raw-window-handle = "0.5.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue