move retrieval of sprite url from svelte to rust

This commit is contained in:
2026-03-09 19:34:57 +08:00
parent 02f1119254
commit ceaa1257bf
11 changed files with 116 additions and 50 deletions

View File

@@ -15,6 +15,7 @@ pub mod interaction;
pub mod petpet;
pub mod presence_modules;
pub mod scene;
pub mod sprite;
pub mod sprite_recolor;
pub mod welcome;
pub mod ws;