We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
12 lines
220 B
TOML
12 lines
220 B
TOML
[package]
|
|
name = "sierpinski_triangle"
|
|
version = "0.1.0"
|
|
authors = ["xkenmon <xkenmon@gmail.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["debug", "canvas"]
|
|
|
|
rand = "0.8"
|