diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-22 17:45:54 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-22 17:45:54 -0500 |
| commit | e64264a494d95ae2caa14b453531cc527e26f8ed (patch) | |
| tree | f3a631c1a08d37e909ebd44450b5868255601de1 /Cargo.lock | |
| parent | 2a0a832049459783967c889bf4fca7636bb0f76d (diff) | |
Animated TCG
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2084,12 +2084,14 @@ dependencies = [ "lexpr", "log", "newton_shader", + "png", "polling", "rand", "redis", "strum", "teleia", "termion", + "uuid", "web-image-meta", ] @@ -3836,6 +3838,17 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" |
