Initial commit.

Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
2026-07-07 04:11:59 +02:00
commit c32931e2c7
5 changed files with 923 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "vul_tut"
version = "0.1.0"
edition = "2024"
[dependencies]
vulkano = "0.35.2"
vulkano-shaders = "0.35.0"
[profile.dev]
opt-level = 1