iced-yoda/examples/the_matrix/Cargo.toml

14 lines
266 B
TOML
Raw Normal View History

2024-04-27 15:11:03 +02:00
[package]
name = "the_matrix"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2024-04-27 15:11:03 +02:00
publish = false
[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]
rand = "0.8"
tracing-subscriber = "0.3"