chalkboard 0.1.0

A tool to draw things
[package]
name = "chalkboard"
version = "0.1.0"
edition = "2021"
authors = ["n3 <igalakhov.nyc@gmail.com>"]
license = "MIT"
description = "A tool to draw things"
readme = "README.md"

[[bin]]
name = "cb"
path = "src/main.rs"

[dependencies]
druid = "0.7.0"
simple_logger = "2.1.0"
log = "0.4.16"