ajoute les sources au renderer

This commit is contained in:
2025-10-17 09:20:12 +02:00
parent f9dc2ecb12
commit 4e5f86730d
7 changed files with 584 additions and 23 deletions

7
Cargo.lock generated
View File

@@ -2350,15 +2350,22 @@ name = "pmomediaserver"
version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"bevy_reflect",
"once_cell",
"pmoconfig",
"pmodidl",
"pmoqobuz",
"pmoserver",
"pmosource",
"pmoupnp",
"quick-xml 0.38.3",
"serde",
"serde_json",
"thiserror 1.0.69",
"tokio",
"tracing",
"utoipa",
]
[[package]]