aboutsummaryrefslogtreecommitdiff
path: root/stockton-render
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
commitcac20b88bc763471983935cc47d9b986a408cd04 (patch)
tree1354e8788708ac6eade864840b7202039ad6b367 /stockton-render
parent4ade456569da7ffa407e48abd9a8df2b759b739a (diff)
chore(types): move to nalgebra-glm
Diffstat (limited to 'stockton-render')
-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 4dd3e1f..9fbafb8 100644
--- a/stockton-render/Cargo.toml
+++ b/stockton-render/Cargo.toml
@@ -9,6 +9,7 @@ stockton-types = { path = "../stockton-types" }
winit = "0.19.1"
gfx-hal = "0.2.0"
arrayvec = "0.4.10"
+nalgebra-glm = "0.4.0"
[features]
default = ["vulkan"]