roze 0.1.1

Zero dependancy Windows game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
description = "Zero dependancy Windows game engine"
edition = "2021"
keywords = ["gamedev", "graphics", "opengl", "game-engine", "sprites"]
license = "MIT"
name = "roze"
readme = "README.md"
repository = "https://github.com/AttentiveColon/roze"
version = "0.1.1"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]