summaryrefslogtreecommitdiffstats
path: root/examples/the_matrix/Cargo.toml
blob: 17cf443bf96f4cdc964b99a87bc99743ceeffeff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "the_matrix"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]

rand = "0.8"