vulkano_test/Cargo.toml
Florian RICHER 2c3392c3ea
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 2m41s
add EGUI
2025-05-25 22:36:27 +02:00

23 lines
443 B
TOML

[package]
name = "rust_vulkan_test"
version = "0.1.0"
edition = "2024"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
[dependencies]
anyhow = "1.0"
thiserror = "2.0"
winit = { version = "0.30", features = ["rwh_06"] }
vulkano = "0.35"
vulkano-shaders = "0.35"
vulkano-util = "0.35"
egui_winit_vulkano = { version = "0.28" }
# Math
glam = { version = "0.30" }
# Log and tracing
log = "0.4"
env_logger = "0.11"