pixel_engine 0.0.9

A reproduction on the OneLoneCoder pixel game engine by OneLoneCoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pixel_engine"
version = "0.0.9"
authors = ["maix0 <maix522@gmail.com>"]
edition = "2018"
description="A reproduction on the OneLoneCoder pixel game engine by OneLoneCoder"
license="GPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7.0"
[dependencies.sdl2]
version= "0.32.2"