From e64264a494d95ae2caa14b453531cc527e26f8ed Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 22 Nov 2025 17:45:54 -0500 Subject: Animated TCG --- Cargo.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index de6a89e..e38ed3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,12 +2084,14 @@ dependencies = [ "lexpr", "log", "newton_shader", + "png", "polling", "rand", "redis", "strum", "teleia", "termion", + "uuid", "web-image-meta", ] @@ -3835,6 +3837,17 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" +[[package]] +name = "uuid" +version = "1.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +dependencies = [ + "getrandom 0.3.1", + "js-sys", + "wasm-bindgen", +] + [[package]] name = "v_frame" version = "0.3.9" -- cgit v1.2.3