forked from nonsensical-dev/zenyx-engine
feat: add telemetry subcrate
This commit is contained in:
parent
2d704652b5
commit
91c80d0f91
9 changed files with 2085 additions and 69 deletions
|
@ -15,7 +15,7 @@ crate-type = ["cdylib"]
|
|||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["subcrates/renderer", "subcrates/zlog"]
|
||||
members = ["subcrates/renderer", "subcrates/telemetry", "subcrates/zlog"]
|
||||
|
||||
[workspace.dependencies]
|
||||
zlog = { path = "subcrates/zlog" }
|
||||
|
@ -55,6 +55,8 @@ vulkano = "0.35.1"
|
|||
wgpu = { version = "25.0.0", features = ["spirv"] }
|
||||
zlog.workspace = true
|
||||
allocator-api2 = "0.2.21"
|
||||
serde_json = "1.0.140"
|
||||
serde = "1.0.219"
|
||||
|
||||
[target.aarch64-linux-android.dependencies]
|
||||
winit = { version = "0.30.9", features = ["android-native-activity"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue