vidya/crates/renderer/Cargo.toml
2024-12-15 22:24:18 +01:00

21 lines
397 B
TOML

[package]
name = "renderer"
version = "0.1.0"
edition = "2021"
[dependencies]
tinyvec = {workspace = true}
rand = {workspace = true}
tokio = {workspace = true, features = ["rt", "sync"]}
dyn-clone = "1"
anyhow = "1.0.89"
ash = "0.38.0"
ash-window = "0.13.0"
glam = "0.29.0"
thiserror = "1.0.64"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
vk-mem = "0.4.0"
vk-sync = "0.1.6"
winit = "0.30.5"