aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:24 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:24 +0100
commit6b8395152b8e0c7ddd714e195e4e92d464b8147c (patch)
treefa4c44f4abad507dbde4c42d6c0b982ac1814be2 /stockton-render/Cargo.toml
parentdf4271047b6e482cbeaa099f819c797860b96d18 (diff)
refactor(skeleton): move LevelError to render
Diffstat (limited to 'stockton-render/Cargo.toml')
-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 e6ac094..1329443 100644
--- a/stockton-render/Cargo.toml
+++ b/stockton-render/Cargo.toml
@@ -20,3 +20,4 @@ legion = { version = "^0.3" }
log = "0.4.0"
winit = "^0.21"
nalgebra-glm = "^0.6"
+thiserror = "1.0.25"