Create the_matrix example

This commit is contained in:
Héctor Ramón Jiménez 2024-04-27 15:11:03 +02:00
parent 2dcd4f916e
commit aeede66963
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 128 additions and 0 deletions

View file

@ -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"