blob: 8242f7e4eb136672b1137ebe1b29967a403b5aff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "modern_art"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
iced_graphics = { path = "../../graphics" }
rand = "0.8.5"
|