From 439219e74090c7158f8dbc33fed4107a5eb7c003 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:23 +0100 Subject: refactor(levels): no longer q3 specific --- stockton-levels/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stockton-levels/Cargo.toml') 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 "] -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 -- cgit v1.2.3