20 lines
369 B
TOML
20 lines
369 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 = "0.13.0"
|
|
raw-window-handle = "0.6.2"
|
|
thiserror = "2.0.18"
|
|
tracing = "0.1.44"
|
|
gpu-allocator = "0.28.0"
|
|
bytemuck = { version = "1.21", features = ["derive"] }
|
|
glam = "0.29"
|