Synvael/crates/renderer/Cargo.toml

21 lines
405 B
TOML

[package]
name = "renderer"
license.workspace = true
authors.workspace = true
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
ash = "0.38.0"
ash-window.workspace = true
raw-window-handle.workspace = true
thiserror.workspace = true
tracing.workspace = true
gpu-allocator = "0.28.0"
bytemuck.workspace = true
glam.workspace = true
shared = { path = "../shared" }