diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
commit | 34ca085717195302c8048c46f64ff771476ee4a2 (patch) | |
tree | ae2fb5af1fb8fdf3a36231813f5100b84a89d7e7 /stockton-render/Cargo.toml | |
parent | 21a0be717e4c52bbc30ccb11855a9638946fc7b4 (diff) |
feat(render): added vulkan initialisation, etc.
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r-- | stockton-render/Cargo.toml | 1 |
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"] |