diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | c52a05e6d3977efce6bd4479aa312dc90e0452e5 (patch) | |
tree | c383c910c1467b406e332651906e081c599d6951 /stockton-levels/Cargo.toml | |
parent | d5b9ccd3d4a6e5b35a0411688bfb7113f5c7d631 (diff) |
feat(render): proper error handling
Diffstat (limited to 'stockton-levels/Cargo.toml')
-rw-r--r-- | stockton-levels/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stockton-levels/Cargo.toml b/stockton-levels/Cargo.toml index d39b8d4..2cae877 100644 --- a/stockton-levels/Cargo.toml +++ b/stockton-levels/Cargo.toml @@ -10,4 +10,5 @@ edition = "2018" [dependencies] nalgebra = "^0.20" bitflags = "^1.2" -bitvec = "0.17"
\ No newline at end of file +thiserror = "1.0.25" +bitvec = "0.17" |