[package] name = "stockton-levels" version = "0.1.0" authors = ["Oscar "] 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"