diff options
Diffstat (limited to 'examples/the_matrix/Cargo.toml')
-rw-r--r-- | examples/the_matrix/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/the_matrix/Cargo.toml b/examples/the_matrix/Cargo.toml new file mode 100644 index 00000000..775e76e0 --- /dev/null +++ b/examples/the_matrix/Cargo.toml @@ -0,0 +1,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" |