rust_vulkan_test/Cargo.toml
Florian RICHER 6b6534df76
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 3m38s
Add apecs + update glam
2025-03-14 17:03:59 +01:00

23 lines
384 B
TOML

[package]
name = "rust_vulkan_test"
version = "0.1.0"
edition = "2021"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
[dependencies]
anyhow = "1.0"
winit = { version = "0.30", features = ["rwh_06"] }
vulkano = "0.35"
vulkano-shaders = "0.35"
# Math
glam = { version = "0.30" }
# ECS
apecs = "0.8"
# Log and tracing
log = "0.4"
env_logger = "0.11.5"