mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
Pare down winit features to reduce bloat
Co-authored-by: m-hugo <56653363+m-hugo@users.noreply.github.com>
This commit is contained in:
parent
b63df8e9b8
commit
c5d71b4349
|
@ -31,7 +31,7 @@ piet = "0.2.0"
|
|||
png = "0.17.6"
|
||||
rand = "0.8.5"
|
||||
roxmltree = "0.13"
|
||||
winit = "0.27.3"
|
||||
winit = {version = "0.27.3", default-features = false, features = ["x11", "wayland", "wayland-dlopen"]}
|
||||
raw-window-handle = "0.5"
|
||||
clap = "3.2.22"
|
||||
swash = "0.1.4"
|
||||
|
|
Loading…
Reference in a new issue