Skip to content

Commit

Permalink
eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Dec 22, 2021
1 parent c8b1647 commit e999579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-winit-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ winit-26 = { version = "0.26", package = "winit", default-features = false, opti

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

# This is phrased as a negative (unlike most features) so that it needs to be
# explicitly disabled (and `default-features = false` won't do it). To avoid
Expand Down

0 comments on commit e999579

Please sign in to comment.