[package] name = "kdl2" version = "0.0.0" authors = ["Kathrine \"Kiinyo\" Lemet"] edition = "2018" description = "2D game engine written in Rust using SDL2 as a framework!" repository = "https://github.com/Kiinyo/kdl2" keywords = ["kii", "kdl2"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kii = "0.0.1" sdl2 = "0.34.3"