plottery_cli 0.5.0

Command line interface of Plottery, a creative coding framework for generative vector graphics and pen plotting.
[[bin]]
name = "plottery"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.plottery_project]
version = "^0.5.0"

[package]
authors = ["Tobias Grothmann <tobiasgrothmannplotterart@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics", "gui", "mathematics", "multimedia::images"]
description = "Command line interface of Plottery, a creative coding framework for generative vector graphics and pen plotting."
edition = "2021"
keywords = ["plottery", "plotter", "generative", "art"]
license = "GPL-3.0"
name = "plottery_cli"
readme = "README.md"
repository = "https://github.com/TobiasGrothmann/plottery"
version = "0.5.0"