[[bin]]
name = "CLAAR"
path = "src/main.rs"
[dependencies.colored]
version = "3.0.0"
[dependencies.float-cmp]
version = "0.10.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.terminal_size]
version = "0.4.1"
[lib]
name = "CLAAR"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command Line As A Renderer is a simple library that lets you turn the console into a screen for drawing triangles and points and what-not. An example of how to use the library can be found in main.rs."
edition = "2021"
license-file = "LICENSE.txt"
name = "CLAAR"
readme = false
repository = "https://github.com/pewpewpewman/C.L.A.A.R."
version = "0.2.0"