vulkano-testing/Cargo.toml
CanadianBaconBoi bc0b8be368 Initial Commit
Working Vulkano test
2025-07-13 18:28:04 +02:00

14 lines
246 B
TOML

[package]
name = "vulkano-testing"
version = "0.1.0"
edition = "2024"
[dependencies]
vulkano = "0.35.1"
vulkano-shaders = "0.35.0"
winit = {version = "0.30.11", features = ["wayland"]}
# Reduce debug speed artifacts
[profile.dev]
opt-level = 1