diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 16:25:22 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 16:25:22 +0800 |
| commit | 98dad6afa316b9a44ff76b305520339ddc44c789 (patch) | |
| tree | 9a6d0b566b23f0bab270b68e4766a60349abf18b /Cargo.lock | |
| parent | 9e48af01ae56fe813869ada24de291ab98b361e2 (diff) | |
.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -3211,6 +3211,8 @@ dependencies = [ "bevy-tokio-tasks", "nogamepads", "nogamepads-core", + "quick-xml", + "serde", "tokio", ] @@ -3875,6 +3877,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" [[package]] +name = "quick-xml" +version = "0.37.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +dependencies = [ + "memchr", + "serde", +] + +[[package]] name = "quote" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" |
