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
commit95cc5ed06b4e251fd560958fe6f53d11d3bf31cd (patch)
tree29e28be74667d4fc526fe85558e5311212ffaff6 /stockton-render/Cargo.toml
parent6770b306fc0b14a96b29281f9b46ea3e912d339b (diff)
[wip] feat(render): add draw_triangle function
currently broken
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 9fbafb8..c608100 100644
--- a/stockton-render/Cargo.toml
+++ b/stockton-render/Cargo.toml
@@ -10,6 +10,7 @@ winit = "0.19.1"
gfx-hal = "0.2.0"
arrayvec = "0.4.10"
nalgebra-glm = "0.4.0"
+shaderc = "0.5.0"
[features]
default = ["vulkan"]