deps-upgrade(simulator): ⬆️ Update api-gdext and mc-turn crates to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
282125663b
commit
34a4965797
3 changed files with 4 additions and 0 deletions
2
src/simulator/Cargo.lock
generated
2
src/simulator/Cargo.lock
generated
|
|
@ -731,6 +731,7 @@ dependencies = [
|
|||
"mc-tech",
|
||||
"mc-trade",
|
||||
"mc-turn",
|
||||
"rand",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
|
|
@ -997,6 +998,7 @@ dependencies = [
|
|||
"mc-trade",
|
||||
"pollster",
|
||||
"proptest",
|
||||
"rand",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"wgpu",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ mc-ai = { path = "../crates/mc-ai", features = ["gpu"] }
|
|||
mc-compute = { path = "../crates/mc-compute", features = ["gpu", "parallel"] }
|
||||
mc-mcts-service = { path = "../crates/mc-mcts-service" }
|
||||
godot = "0.2"
|
||||
rand.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ bytemuck = { version = "1", features = ["derive"], optional = true }
|
|||
[dev-dependencies]
|
||||
proptest = "1"
|
||||
mc-happiness = { path = "../mc-happiness" }
|
||||
rand.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue