1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 12:47:45 +00:00

Bump criterion and glam versions

This commit is contained in:
Joshua Goins 2023-08-02 16:26:38 -04:00
parent e286b93dfc
commit bce26e7709

View file

@ -27,7 +27,7 @@ walkdir = "2"
hmac-sha512 = "1"
# used while rust doesn't have native benchmarking capability
criterion = "0.4"
criterion = "0.5.1"
# used for testing our jamcrc implementation
crc = "3"
@ -71,7 +71,7 @@ serde_json = { version = "1", optional = true }
serde = { version = "1", optional = true, features = ["derive"] }
# needed for deconstructing skeleton pose matrices
glam = { version = "0.23.0", optional = true }
glam = { version = "0.24.1", optional = true }
# needed for c-style bitflags used in some formats (such as tex files)
# cannot upgrade to 2.0.0, breaking changes that aren't recoverable: https://github.com/bitflags/bitflags/issues/314