Requires `hexasphere crate updated, bevy_mikktspace's glam too

This commit is contained in:
targrub 2024-09-16 14:45:59 -04:00
parent cf743055b3
commit 5d4d7604a1
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ keywords = ["bevy", "3D", "graphics", "algorithm", "tangent"]
rust-version = "1.76.0"
[dependencies]
glam = "0.28"
glam = "0.29"
[[example]]
name = "generate"

View file

@ -84,7 +84,7 @@ bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
downcast-rs = "1.2.0"
thiserror = "1.0"
futures-lite = "2.0.1"
hexasphere = "14.0"
hexasphere = "14.2.0"
ddsfile = { version = "0.5.2", optional = true }
ktx2 = { version = "0.3.0", optional = true }
# For ktx2 supercompression