reso 0.0.3

Reso: A visual pixel-art logic-circuit design language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "4.4.11"

[dependencies.image]
version = "0.24.5"

[package]
description = "Reso: A visual pixel-art logic-circuit design language"
edition = "2021"
keywords = ["utility", "mathematics", "simulation", "circuit"]
license-file = "LICENSE"
name = "reso"
readme = "README.md"
repository = "https://github.com/lynnpepin/reso-rust"
version = "0.0.3"