diff options
Diffstat (limited to 'stockton-levels/Cargo.toml')
-rw-r--r-- | stockton-levels/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/stockton-levels/Cargo.toml b/stockton-levels/Cargo.toml deleted file mode 100644 index 448a8ba..0000000 --- a/stockton-levels/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "stockton-levels" -version = "0.1.0" -authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"] -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" -serde = { version = "1.0", features = ["derive"] } -stockton-skeleton = { path = "../stockton-skeleton" } -image = "0.23.11" |