From b86c37a3b332c049154bd149392f36648e6ca1c5 Mon Sep 17 00:00:00 2001 From: mstar Date: Wed, 19 Mar 2025 15:15:46 +0100 Subject: [PATCH] Tried finding a commit where coroutines are reloadable --- rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index faa87fd..ba01597 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -6,6 +6,8 @@ edition = "2021" [dependencies] ashpd = "0.11.0" gdext_coroutines = {version="0.7.1", features=["async"]} +# Use this specific commit until hot reload is fixed in main +# gdext_coroutines = { git="https://github.com/Houtamelo/gdext_coroutines", rev="afd3c7e", features=["async"] } # godot = {version="0.2.4", features=["api-4-2", "experimental-godot-api", "experimental-threads"]} godot = "0.2.4" godot_tokio = "0.3.0"