deps-upgrade(api-gdext): ⬆️ Update API extensions submodule dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
31955b1ada
commit
e9f968a2f8
2 changed files with 2 additions and 0 deletions
1
src/simulator/Cargo.lock
generated
1
src/simulator/Cargo.lock
generated
|
|
@ -722,6 +722,7 @@ dependencies = [
|
|||
"mc-compute",
|
||||
"mc-core",
|
||||
"mc-culture",
|
||||
"mc-ecology",
|
||||
"mc-economy",
|
||||
"mc-happiness",
|
||||
"mc-items",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
[dependencies]
|
||||
mc-core = { path = "../crates/mc-core" }
|
||||
mc-climate = { path = "../crates/mc-climate" }
|
||||
mc-ecology = { path = "../crates/mc-ecology" }
|
||||
mc-mapgen = { path = "../crates/mc-mapgen" }
|
||||
mc-economy = { path = "../crates/mc-economy" }
|
||||
mc-happiness = { path = "../crates/mc-happiness" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue