Pare down winit features to reduce bloat

Co-authored-by: m-hugo <56653363+m-hugo@users.noreply.github.com>
This commit is contained in:
Raph Levien 2022-10-18 07:18:45 -07:00 committed by GitHub
parent b63df8e9b8
commit c5d71b4349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ piet = "0.2.0"
png = "0.17.6" png = "0.17.6"
rand = "0.8.5" rand = "0.8.5"
roxmltree = "0.13" 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" raw-window-handle = "0.5"
clap = "3.2.22" clap = "3.2.22"
swash = "0.1.4" swash = "0.1.4"