Skip to content

Commit

Permalink
[awm2] Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codyd51 committed Feb 7, 2024
1 parent f0bc7e1 commit 6c12a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust_programs/awm2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ spin = "0.9.4"
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }

# These dependencies are only enabled in use_std mode
pixels = { version = "0.11.0", optional = true }
winit = { version = "*", optional = true }
pixels = { version = "0.13.0", optional = true }
winit = { version = "0.29.10", optional = true, features = ["rwh_05"] }
# PT: For the test suite
image = { version = "0.24.1", optional = true }

Expand Down

0 comments on commit 6c12a76

Please sign in to comment.