Ports rust-g -> rustlibs: toast (#29379)

* moves rustg_toast to rustlibs_toast

* Build Rust library

* Build Rust library

* Update rust/Cargo.toml

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com>

* Build Rust library

* throw out old binaries

---------

Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com>
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
chuga-git
2025-07-19 09:56:22 -05:00
committed by GitHub
parent 0b254678a0
commit 4882ffe053
11 changed files with 968 additions and 89 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
log_startup_progress("Initializations complete within [time] second[time == 1 ? "" : "s"]!")
if(GLOB.configuration.system.toast_on_init_complete)
rustg_create_toast("Paradise SS13", "Server initialization complete")
rustlibs_create_toast("Paradise SS13", "Server initialization complete")
if(GLOB.configuration.general.developer_express_start)
SSticker.force_start = TRUE
+1 -1
View File
@@ -436,7 +436,7 @@ SUBSYSTEM_DEF(garbage)
log_gc("Completed search for references to a [type].")
#ifdef FIND_REF_NOTIFY_ON_COMPLETE
rustg_create_toast("ParadiseSS13", "GC search complete for [type]")
rustlibs_create_toast("ParadiseSS13", "GC search complete for [type]")
#endif
if(usr && usr.client)
usr.client.running_find_references = null