sapphirePhysSim/Cargo.toml

17 lines
375 B
TOML

[package]
name = "sapphirePhysSim"
version = "0.1.0"
edition = "2024"
[dependencies]
bytemuck = { version = "1.13", features = ["derive"] }
# Error handling
anyhow = "1.0"
# For math operations (e.g., vectors, matrices)
nalgebra = "0.33.2"
vulkano = "0.35.1"
vulkano-shaders = "0.35.0"
vulkano-win = "0.34.0"
winit = "0.30.11"
tokio = { version = "1", features = ["full"] }