Skip to content

Commit

Permalink
Update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Aug 20, 2024
1 parent 4a2f126 commit 85916cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rocketsim_rs"
description = "Rust bindings for the RocketSim project"
version = "0.32.1"
version = "0.33.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/VirxEC/rocketsim-rs"
Expand All @@ -11,7 +11,7 @@ exclude = [".git*", "CMake*", "collision_meshes", "rustfmt.toml", "*.py", "pytho

[dependencies]
cxx = { version = "1.0.83", features = ["c++20"] }
glam = { version = "0.28.0", optional = true }
glam = { version = "0.29.0", optional = true }
serde = { version = "1.0.195", optional = true, features = ["derive"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion RocketSim
Submodule RocketSim updated 1 files
+4 −7 README.md

0 comments on commit 85916cf

Please sign in to comment.