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:
autocommit 2026-04-27 06:05:57 -07:00
parent 31955b1ada
commit e9f968a2f8
2 changed files with 2 additions and 0 deletions

View file

@ -722,6 +722,7 @@ dependencies = [
"mc-compute",
"mc-core",
"mc-culture",
"mc-ecology",
"mc-economy",
"mc-happiness",
"mc-items",

View file

@ -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" }