Add bytemuck and glam
This commit is contained in:
parent
8072576869
commit
f926513395
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue