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
commitc2b98374605d7215ef259110cf8ac46d0cc18b31 (patch)
tree76da8ec2da44163bd9df54049ed20f44e62fe6db /stockton-render/Cargo.toml
parent9d96c45d822b181d4ec145d6c73cf3a2da499c24 (diff)
refactor(render): seperate vertex buffer logic
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 62c4742..01b6caa 100644
--- a/stockton-render/Cargo.toml
+++ b/stockton-render/Cargo.toml
@@ -11,6 +11,7 @@ gfx-hal = "0.2.1"
arrayvec = "0.4.10"
nalgebra-glm = "0.4.0"
shaderc = "0.5.0"
+log = "0.4.0"
[features]
default = ["vulkan"]