aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2020-11-25 21:38:38 +0100
committerArne Dußin2020-11-25 21:38:38 +0100
commit77f2d35cb52d9443e9a0e9250aa941fc3d7610b6 (patch)
tree55b48a4cb84d1fc057240919735ce5d2b59bca6e /Cargo.toml
parent58ca28d4b21667e9b86939ad574f477e02f2b290 (diff)
downloadgraf_karto-77f2d35cb52d9443e9a0e9250aa941fc3d7610b6.tar.gz
graf_karto-77f2d35cb52d9443e9a0e9250aa941fc3d7610b6.zip
Add polygon rooms that can actually kind of be used
It's still kind of strange to use the polygon tool, but at least it seems stable enough so I'm confident enough (and sick enough of it) to release it into the wild.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5094fa3..b59cc6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,4 @@ svgtypes = "*"
xmltree = "*"
pretty_env_logger = "*"
log = "*"
+thiserror = "*"