cyborg/Cargo.toml

16 lines
241 B
TOML
Raw Normal View History

2022-01-30 03:06:50 +00:00
[package]
name = "cyborg"
version = "0.1.0"
edition = "2021"
[dependencies]
bytemuck = { version="1.7", features=["derive"] }
glam = "0.20"
2022-02-13 03:44:57 +00:00
gltf = "1.0"
2022-02-01 05:06:52 +00:00
image = "0.24"
2022-01-30 03:06:50 +00:00
pollster = "0.2"
slab = "0.4"
tobj = "3.0"
2022-01-30 03:06:50 +00:00
wgpu = "0.12"
winit = "0.26"