Add bytemuck and glam

This commit is contained in:
Jarrod Doyle 2024-05-09 15:18:43 +01:00
parent 8072576869
commit f926513395
Signed by: Jayrude
GPG Key ID: 7809AB2B5BA22FCB
1 changed files with 2 additions and 0 deletions

View File

@ -7,7 +7,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
bytemuck = { version = "1.15.0", features = ["derive"] }
crawl = { path = "../crawl" }
env_logger = "0.11.3"
glam = "0.27.0"
log = "0.4.21"
pollster = "0.3.0"