diff options
Diffstat (limited to 'stockton-render/Cargo.toml')
-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 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" |