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-30 21:59:46 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-30 21:59:46 +0200
commitc51b85e7ab067f5e7411eccd10a5ae192e6ee0a8 (patch)
tree05d9c173f5679c3e3affc60a5f5d7f25cd623d83 /examples/the_matrix/Cargo.toml
parentcfe4ddb86620f9b21027c8a828e80df9a8887407 (diff)
downloadiced-c51b85e7ab067f5e7411eccd10a5ae192e6ee0a8.tar.gz
iced-c51b85e7ab067f5e7411eccd10a5ae192e6ee0a8.tar.bz2
iced-c51b85e7ab067f5e7411eccd10a5ae192e6ee0a8.zip
Invalidate text uploads after atlas trimming
Diffstat (limited to 'examples/the_matrix/Cargo.toml')
-rw-r--r--examples/the_matrix/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/the_matrix/Cargo.toml b/examples/the_matrix/Cargo.toml
index 17cf443b..775e76e0 100644
--- a/examples/the_matrix/Cargo.toml
+++ b/examples/the_matrix/Cargo.toml
@@ -10,3 +10,4 @@ iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]
rand = "0.8"
+tracing-subscriber = "0.3"