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
[dependencies.kii]
version = "0.0.1"

[dependencies.sdl2]
version = "0.34.3"

[package]
authors = ['Kathrine "Kiinyo" Lemet']
description = "2D game engine written in Rust using SDL2 as a framework!"
edition = "2018"
keywords = ["kii", "kdl2"]
license = "MIT"
name = "kdl2"
repository = "https://github.com/Kiinyo/kdl2"
version = "0.0.0"