20 lines
397 B
TOML
20 lines
397 B
TOML
[package]
|
|
name = "renderer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
ash = "0.38.0"
|
|
ash-window = { workspace = true }
|
|
raw-window-handle = { workspace = true }
|
|
thiserror = "2.0.18"
|
|
tracing = { workspace = true }
|
|
gpu-allocator = "0.28.0"
|
|
bytemuck = { workspace = true }
|
|
glam = { workspace = true }
|