Skip to content

Commit

Permalink
Fix sys version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Oct 30, 2022
1 parent 98d4fc6 commit a86a7e1
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 @@ -28,7 +28,7 @@ ash = { version = "0.33.0", optional = true }
bitflags = "1.3.2"
static_assertions = "1.1.0"
typed-builder = "0.9.0"
rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.2.4" }
rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.2.5" }
once_cell = { version = "1.13.0", optional = true }
raw-window-handle = "0.3.4"

Expand Down

0 comments on commit a86a7e1

Please sign in to comment.