summaryrefslogtreecommitdiffstats
path: root/examples/the_matrix/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-27 15:11:03 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-27 15:11:03 +0200
commitaeede66963a2e512ed299bdfd502c2c63a99cca9 (patch)
treea752a4fc4e476532ba23afef136571762902b924 /examples/the_matrix/Cargo.toml
parent2dcd4f916e0ea71f925212c8277498c6f995155b (diff)
downloadiced-aeede66963a2e512ed299bdfd502c2c63a99cca9.tar.gz
iced-aeede66963a2e512ed299bdfd502c2c63a99cca9.tar.bz2
iced-aeede66963a2e512ed299bdfd502c2c63a99cca9.zip
Create `the_matrix` example
Diffstat (limited to 'examples/the_matrix/Cargo.toml')
-rw-r--r--examples/the_matrix/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/the_matrix/Cargo.toml b/examples/the_matrix/Cargo.toml
new file mode 100644
index 00000000..17cf443b
--- /dev/null
+++ b/examples/the_matrix/Cargo.toml
@@ -0,0 +1,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"