Skip to content

Commit

Permalink
Enable winit default features by default, to avoid breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dzil123 committed Sep 6, 2021
1 parent d0beaa2 commit 5903b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-winit-support/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ winit-24 = { version = "0.24", package = "winit", default-features = false, opti
winit-25 = { version = "0.25", package = "winit", default-features = false, optional = true }

[features]
default = ["winit-25"]
default = ["winit-25/default"]
test = ["winit-23/default", "winit-24/default", "winit-25/default"]

# This is phrased as a negative (unlike most features) so that it needs to be
Expand Down

0 comments on commit 5903b1f

Please sign in to comment.