implemente le squelette de pmomediaserver

This commit is contained in:
2025-10-17 08:55:29 +02:00
parent d64b96cef4
commit 552d8d90fb
41 changed files with 720 additions and 1 deletions

11
pmomediaserver/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "pmomediaserver"
version = "0.1.0"
edition = "2024"
[dependencies]
pmoupnp = { path = "../pmoupnp" }
pmodidl = { path = "../pmodidl" }
once_cell = "1.20"
bevy_reflect = "0.17.1"