Començons un Mediarenderer

This commit is contained in:
2025-10-01 20:49:50 +02:00
parent 92ef3271d6
commit 4f999c8a3c
32 changed files with 1485 additions and 42 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
pmoconfig = { path = "../pmoconfig" }
pmodidl = { path = "../pmodidl"}
url = "2.5.7"
uuid = "1.18.1"
@@ -34,3 +35,5 @@ anyhow = "1.0"
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
validator = { version = "0.20.0", features = ["derive"] }
bevy_reflect = "0.17.1"
bevy_reflect_derive = "0.17.1"