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 | cac20b88bc763471983935cc47d9b986a408cd04 (patch) | |
tree | 1354e8788708ac6eade864840b7202039ad6b367 /stockton-render | |
parent | 4ade456569da7ffa407e48abd9a8df2b759b739a (diff) |
chore(types): move to nalgebra-glm
Diffstat (limited to 'stockton-render')
-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 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"] |