Skip to content

Commit

Permalink
[libgui - Rust] Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codyd51 committed Feb 7, 2024
1 parent 6695f1d commit 5bb1c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust_programs/libgui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ttf_renderer = {path = "../ttf_renderer"}
file_manager_messages = {path = "../file_manager_messages" }

# 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 f64.abs() in no_std contexts
[dependencies.num-traits]
Expand Down

0 comments on commit 5bb1c17

Please sign in to comment.