plottery_project 0.7.0

Project management library of Plottery, a creative coding framework for generative vector graphics and pen plotting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[workspace]

[package]
name = "{{project-name}}"
version = "0.1.0"
edition = "2021"

[dependencies]
{{plottery-lib-include}}
{{plottery-project-include}}
serde = { version = "1.0.195", features = ["derive"] }