From 85916cfef9f3f5358d4bc468bfcd0f89f1b5864d Mon Sep 17 00:00:00 2001 From: Virx Date: Tue, 20 Aug 2024 15:01:16 -0400 Subject: [PATCH] Update glam --- Cargo.toml | 4 ++-- RocketSim | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36faa0e..8f13508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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] diff --git a/RocketSim b/RocketSim index 552b860..5502c88 160000 --- a/RocketSim +++ b/RocketSim @@ -1 +1 @@ -Subproject commit 552b86005c7b5db2bb00a33d07405b1ef53faa1c +Subproject commit 5502c88e6dcd3490ce09738f82016cd2fe9250a3