From e9f968a2f8508fb2ee34209e3ef0f013ac89c0c0 Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 27 Apr 2026 06:05:57 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(api-gdext):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20API=20extensions=20submodule=20dependencies=20to=20?= =?UTF-8?q?latest=20compatible=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/simulator/Cargo.lock | 1 + src/simulator/api-gdext/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/simulator/Cargo.lock b/src/simulator/Cargo.lock index a7a9083c..5d934f51 100644 --- a/src/simulator/Cargo.lock +++ b/src/simulator/Cargo.lock @@ -722,6 +722,7 @@ dependencies = [ "mc-compute", "mc-core", "mc-culture", + "mc-ecology", "mc-economy", "mc-happiness", "mc-items", diff --git a/src/simulator/api-gdext/Cargo.toml b/src/simulator/api-gdext/Cargo.toml index 653e8cba..235f6abb 100644 --- a/src/simulator/api-gdext/Cargo.toml +++ b/src/simulator/api-gdext/Cargo.toml @@ -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" }