rust-console-game-engine 0.5.1

Console game engine for Rust, heavily inspired by Javidx9's One Lone Coder Console Game Engine (https://github.com/OneLoneCoder/videos/blob/master/olcConsoleGameEngine.h)
Documentation
[build-dependencies.windows]
version = "0.10.0"
[dependencies.libc]
version = "0.2.66"

[package]
authors = ["Florin Saftoiu <florin.saftoiu@soft-to-you.com>"]
description = "Console game engine for Rust, heavily inspired by Javidx9's One Lone Coder Console Game Engine (https://github.com/OneLoneCoder/videos/blob/master/olcConsoleGameEngine.h)"
edition = "2018"
homepage = "https://github.com/florin-saftoiu/rust-console-game-engine"
license = "GPL-3.0-only"
name = "rust-console-game-engine"
readme = "README.md"
repository = "https://github.com/florin-saftoiu/rust-console-game-engine.git"
version = "0.5.1"
[target."cfg(windows)".dependencies.windows]
version = "0.10.0"