aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-vulkan-smoke/Cargo.toml
blob: 793a4c4fd188daf9b74d74ad32ecbe9d67881f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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