10 lines
No EOL
225 B
TOML
10 lines
No EOL
225 B
TOML
[package]
|
|
name = "modern_art"
|
|
version = "0.1.0"
|
|
authors = ["Bingus <shankern@protonmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
|
rand = "0.8.5" |