From c5d71b4349acf201c1e08e8b913dd83d4a1db062 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Tue, 18 Oct 2022 07:18:45 -0700 Subject: [PATCH] Pare down winit features to reduce bloat Co-authored-by: m-hugo <56653363+m-hugo@users.noreply.github.com> --- piet-gpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piet-gpu/Cargo.toml b/piet-gpu/Cargo.toml index 6c96373..1b33cba 100644 --- a/piet-gpu/Cargo.toml +++ b/piet-gpu/Cargo.toml @@ -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"