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 | 95cc5ed06b4e251fd560958fe6f53d11d3bf31cd (patch) | |
tree | 29e28be74667d4fc526fe85558e5311212ffaff6 /stockton-render/Cargo.toml | |
parent | 6770b306fc0b14a96b29281f9b46ea3e912d339b (diff) |
[wip] feat(render): add draw_triangle function
currently broken
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 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"] |