Skip to content

Commit 31f4577

Browse files
JAicewizardPoignardAzur
authored andcommitted
Fix cargo.toml
1 parent 71d67fd commit 31f4577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid-shell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default-target = "x86_64-pc-windows-msvc"
1616
[features]
1717
default = ["gtk"]
1818
gtk = ["gdk-sys", "glib-sys", "gtk-sys", "gtk-rs"]
19-
x11 = ["x11rb", "nix", "cairo-sys-rs", , "bindgen", "pkg-config"]
19+
x11 = ["x11rb", "nix", "cairo-sys-rs", "bindgen", "pkg-config"]
2020
# Implement HasRawWindowHandle for WindowHandle
2121
raw-win-handle = ["raw-window-handle"]
2222

0 commit comments

Comments
 (0)