14 lines
246 B
TOML
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
|