kdl2 0.0.0

2D game engine written in Rust using SDL2 as a framework!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"