cat-box 22.6.21

Work in progress game engine, inspired by arcade
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.sdl2]
features = ["image", "ttf"]
version = "0.35.2"

[features]
default = []
static = ["sdl2/static-link", "sdl2/bundled"]

[package]
description = "Work in progress game engine, inspired by arcade"
edition = "2018"
exclude = ["src/main.rs"]
license = "MIT"
name = "cat-box"
readme = "README.md"
repository = "https://git.karx.xyz/karx/catbox"
version = "22.6.21"