Skip to content

Commit

Permalink
Make winit not a wildcard dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Mar 21, 2024
1 parent 6cbae48 commit 075eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ strip = true
lto = "thin"

[dependencies]
winit = { version = "*", default-features = true }
winit = { version = "0.29.15", default-features = true }
eframe = { version = "0.26.2", default-features = false, features = [
"accesskit",
"persistence",
Expand Down

0 comments on commit 075eb45

Please sign in to comment.