summaryrefslogtreecommitdiffstats
path: root/examples/the_matrix/Cargo.toml
blob: 775e76e0d9afd72ea17cf2f6b4764a70c993c4aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
tracing-subscriber = "0.3"