mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Requires `hexasphere
crate updated,
bevy_mikktspace
's
glam
too
This commit is contained in:
parent
cf743055b3
commit
5d4d7604a1
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue