diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | f6c2f402e245c620f8f03dcf3aa6265fca6e8dcf (patch) | |
tree | 96454af34e3a0cb15c17ccefea3d99ceb9a2ce3a /stockton-render/Cargo.toml | |
parent | 9806e1d2552b944e809d4f545e5d8bdb6827c144 (diff) |
feat(render): 3D projection
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r-- | stockton-render/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/Cargo.toml b/stockton-render/Cargo.toml index ba186cd..e6e529c 100644 --- a/stockton-render/Cargo.toml +++ b/stockton-render/Cargo.toml @@ -8,7 +8,7 @@ stockton-types = { path = "../stockton-types" } winit = "^0.21" gfx-hal = "^0.5" arrayvec = "0.4.10" -nalgebra-glm = "0.4.0" +nalgebra-glm = "^0.6" shaderc = "0.6.1" log = "0.4.0" image = "0.23.2" |