Sort la partie média renderer de pmoupnp pour en faire une crate independante
This commit is contained in:
11
pmomediarenderer/Cargo.toml
Normal file
11
pmomediarenderer/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "pmomediarenderer"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
pmoupnp = { path = "../pmoupnp" }
|
||||
pmodidl = { path = "../pmodidl" }
|
||||
|
||||
once_cell = "1.20"
|
||||
bevy_reflect = "0.17.1"
|
||||
Reference in New Issue
Block a user