We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d67fd commit 31f4577Copy full SHA for 31f4577
druid-shell/Cargo.toml
@@ -16,7 +16,7 @@ default-target = "x86_64-pc-windows-msvc"
16
[features]
17
default = ["gtk"]
18
gtk = ["gdk-sys", "glib-sys", "gtk-sys", "gtk-rs"]
19
-x11 = ["x11rb", "nix", "cairo-sys-rs", , "bindgen", "pkg-config"]
+x11 = ["x11rb", "nix", "cairo-sys-rs", "bindgen", "pkg-config"]
20
# Implement HasRawWindowHandle for WindowHandle
21
raw-win-handle = ["raw-window-handle"]
22
0 commit comments