blob: fe90d6b4a146ff40042fd9fba3bbc66cd20b53ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "nogamepads-client"
edition = "2024"
version.workspace = true
[dependencies]
nogamepads = { path = "../../../NoGamepads" }
nogamepads-core = { path = "../../core" }
serde = { version = "1.0.219", features = ["derive"] }
quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
bevy-tokio-tasks = "0.16.0"
tokio = { version = "1.45.0", features = ["full"] }
bevy = "0.16.0"
|