aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-levels/Cargo.toml')
-rw-r--r--stockton-levels/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/stockton-levels/Cargo.toml b/stockton-levels/Cargo.toml
index 2cae877..526b21c 100644
--- a/stockton-levels/Cargo.toml
+++ b/stockton-levels/Cargo.toml
@@ -2,13 +2,11 @@
name = "stockton-levels"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
-description = "Library for parsing different types of .bsp files."
+description = "Traits relating to levels renderable by stockton."
repository = "https://github.com/tcmal/stockton"
homepage = "https://github.com/tcmal/stockton"
edition = "2018"
[dependencies]
nalgebra = "^0.20"
-bitflags = "^1.2"
-thiserror = "1.0.25"
-bitvec = "0.17"
+serde = { version = "1.0", features = ["derive"] } \ No newline at end of file