raindrop/crates/resource_manager/Cargo.toml

15 lines
301 B
TOML
Raw Normal View History

2025-03-26 20:02:58 -04:00
[package]
name = "resource_manager"
version = "0.1.0"
edition = "2021"
[dependencies]
ash.workspace = true
gpu-allocator.workspace = true
thiserror.workspace = true
tracing.workspace = true
2025-04-05 20:54:38 -04:00
gltf.workspace = true
2025-03-26 20:02:58 -04:00
gfx_hal = { path = "../gfx_hal" }
2025-04-05 20:54:38 -04:00
image = { version = "0.25.6", features = ["rayon"] }