aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/lib.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitf6c2f402e245c620f8f03dcf3aa6265fca6e8dcf (patch)
tree96454af34e3a0cb15c17ccefea3d99ceb9a2ce3a /stockton-render/src/lib.rs
parent9806e1d2552b944e809d4f545e5d8bdb6827c144 (diff)
feat(render): 3D projection
Diffstat (limited to 'stockton-render/src/lib.rs')
-rw-r--r--stockton-render/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/lib.rs b/stockton-render/src/lib.rs
index 7f6dc1c..43c5d6a 100644
--- a/stockton-render/src/lib.rs
+++ b/stockton-render/src/lib.rs
@@ -24,6 +24,7 @@ extern crate gfx_hal as hal;
extern crate stockton_types;
extern crate shaderc;
extern crate winit;
+extern crate nalgebra_glm as na;
extern crate arrayvec;