[package] authors = ["Tobias Widlund "] build = "build.rs" edition = "2018" name = "habanero" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["entity", "spatial_2d", "render", "render_2d"] entity = [] render = ["entity"] render_2d = ["spatial_2d", "render"] spatial_2d = ["entity"] [dependencies] anyhow = "1.0" as-any = "0.2" boolinator = "2.4" image = "0.23" indexmap = "1.6" itertools = "0.9" lazy_static = "1.4" nalgebra-glm = "0.8" num-traits = "0.2" rand = "0.7" sdl2 = "0.34" [dependencies.dpx_macros] branch = "0.1.x" git = "https://gitlab.com/widlundtobias/dpx_macros.git" #path = "../dpx_macros" [dependencies.dpx_db] branch = "0.1.x" git = "https://gitlab.com/widlundtobias/dpx_db.git" #path = "../dpx_db" [dependencies.habanero_macros] branch = "0.1.x" git = "https://gitlab.com/widlundtobias/habanero_macros.git" [build-dependencies] gl_generator = "0.14"