ccdb 0.6.0

A small terminal based game engine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.cc]
version = "1.0"
[dependencies.openfile]
version = "1.1.0"

[package]
authors = ["TheSlam <32799244+salmmanfred@users.noreply.github.com>"]
build = "./src/build.rs"
description = "A small terminal based game engine"
edition = "2018"
keywords = ["gamedev", "graphics", "multithreading", "engine"]
license = "MIT"
links = "./src/c/"
name = "ccdb"
readme = "README.md"
repository = "https://github.com/salmmanfred/ccdb"
version = "0.6.0"