feat: add Vulkan smoke runner entrypoint

This commit is contained in:
2026-06-23 23:27:47 +04:00
parent dceea70122
commit 227d95fc49
8 changed files with 390 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "fparkan-vulkan-smoke"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
fparkan-render-vulkan = { path = "../../adapters/fparkan-render-vulkan" }
[lints]
workspace = true