thunderbit 0.0.0

Pixel-art game engine currently in development, just reserving this so nobody takes it before i'm ready to publish.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "thunderbit"
version = "0.0.0"
edition = "2021"
authors = [ "Noxmore <noxmore@corrupteduser.com>" ]
description = "Pixel-art game engine currently in development, just reserving this so nobody takes it before i'm ready to publish."
license = "MIT"
keywords = ["game", "engine"]
repository = "https://github.com/Noxmore/thunderbit.git"
homepage = "https://github.com/Noxmore/thunderbit"
documentation = "https://docs.rs/thunderbit"
readme = "README.md"

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

[dependencies]