rain2d 0.1.0

Simple 2D game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.minifb]
version = "0.15.1"

[dependencies.nalgebra-glm]
version = "0.5.0"

[package]
authors = ["Finn Vos <finnvos34@protonmail.ch>"]
categories = ["game-engines", "graphics"]
description = "Simple 2D game engine"
edition = "2018"
homepage = "https://github.com/fiinnnn/rain2d"
keywords = ["game", "engine", "2D"]
license = "MIT"
name = "rain2d"
repository = "https://github.com/fiinnnn/rain2d"
version = "0.1.0"