vidya/crates/renderer/Cargo.toml
2024-12-21 02:07:24 +01:00

25 lines
485 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"
crossbeam = "0.8.4"
parking_lot = "0.12.3"
smol.workspace = true
tracing-test = "0.2.5"