énorme refactoring de PMOcontrol step 1

This commit is contained in:
2025-12-28 17:45:06 +01:00
parent 000d378789
commit 64450185c5
54 changed files with 3840 additions and 2769 deletions

13
Cargo.lock generated
View File

@@ -306,6 +306,17 @@ dependencies = [
"rustix 1.1.2",
]
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "async-signal"
version = "0.2.13"
@@ -3999,6 +4010,8 @@ name = "pmoupnp"
version = "0.1.0"
dependencies = [
"anyhow",
"async-recursion",
"async-trait",
"axum 0.8.7",
"base64 0.22.1",
"bevy_reflect",