initial commit

This commit is contained in:
Charlie Root 2025-04-03 10:17:58 +02:00
commit 5e2f50c437
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
8 changed files with 798 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "vulkano"
version = "0.1.0"
edition = "2024"
[dependencies]
vulkano = "0.34.0"
[profile.dev]
opt-level = 1