aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commit34ca085717195302c8048c46f64ff771476ee4a2 (patch)
treeae2fb5af1fb8fdf3a36231813f5100b84a89d7e7 /stockton-render/Cargo.toml
parent21a0be717e4c52bbc30ccb11855a9638946fc7b4 (diff)
feat(render): added vulkan initialisation, etc.
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r--stockton-render/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/Cargo.toml b/stockton-render/Cargo.toml
index 40c7bb4..4dd3e1f 100644
--- a/stockton-render/Cargo.toml
+++ b/stockton-render/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
stockton-types = { path = "../stockton-types" }
winit = "0.19.1"
gfx-hal = "0.2.0"
+arrayvec = "0.4.10"
[features]
default = ["vulkan"]