Skip to content

Commit 7f321db

Browse files
committed
Add glfw/x11 when x11 is enabled
1 parent 856202c commit 7f321db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/processing_glfw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workspace = true
88

99
[features]
1010
wayland = ["glfw/wayland"]
11-
x11 = []
11+
x11 = ["glfw/x11"]
1212
static-link = ["glfw/static-link"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)