raindrop/crates/resource_manager/Cargo.toml

14 lines
301 B
TOML

[package]
name = "resource_manager"
version = "0.1.0"
edition = "2021"
[dependencies]
ash.workspace = true
gpu-allocator.workspace = true
thiserror.workspace = true
tracing.workspace = true
gltf.workspace = true
gfx_hal = { path = "../gfx_hal" }
image = { version = "0.25.6", features = ["rayon"] }