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 authored and sanbox-irl committed Sep 6, 2021
1 parent b378477 commit 610b2dc
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-24"] # TODO: Change to winit-25 when glutin has upgraded to it
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 610b2dc

Please sign in to comment.