Skip to content

Commit

Permalink
Bump beryllium version (#109)
Browse files Browse the repository at this point in the history
- Closes #53
  • Loading branch information
parasyte authored Jul 30, 2020
1 parent 1dd84cb commit 01d32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal-sdl2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ optimize = ["log/release_max_level_warn"]
default = ["optimize"]

[dependencies]
beryllium = { version = "0.3.1", features = ["extern_crate_raw_window_handle"] }
beryllium = { version = "0.3.2", features = ["extern_crate_raw_window_handle"] }
env_logger = "0.7.1"
log = "0.4.8"
pixels = { path = "../.." }

0 comments on commit 01d32c1

Please sign in to comment.