aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-vulkan-smoke/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-23 22:27:47 +0300
committerValentin Popov <valentin@popov.link>2026-06-23 22:27:47 +0300
commit227d95fc49b0fbce93e61a0fb0fd647f33bed4bc (patch)
tree979f6cc3d8c5921e60592e0f205045454609a91c /apps/fparkan-vulkan-smoke/Cargo.toml
parentdceea70122276971532e0fecf22d2fbe71fdb897 (diff)
downloadfparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.tar.xz
fparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.zip
feat: add Vulkan smoke runner entrypoint
Diffstat (limited to 'apps/fparkan-vulkan-smoke/Cargo.toml')
-rw-r--r--apps/fparkan-vulkan-smoke/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/fparkan-vulkan-smoke/Cargo.toml b/apps/fparkan-vulkan-smoke/Cargo.toml
new file mode 100644
index 0000000..793a4c4
--- /dev/null
+++ b/apps/fparkan-vulkan-smoke/Cargo.toml
@@ -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