vulkano_test/Cargo.toml
Florian RICHER d765e78da4
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
Move to tracing with tracy support
2025-05-30 23:27:03 +02:00

30 lines
626 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" }
image = { version = "0.25", features = ["png", "jpeg"] }
# Math
glam = { version = "0.30" }
# Log and tracing
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
tracing-log = "0.2"
tracing-tracy = "0.11"
# Random
rand = "0.9"