Add serde support for Yu-Ris YSTB(compiled script) file (.ybn)

This commit is contained in:
2026-05-30 12:36:01 +08:00
parent f1e9c15355
commit eaa4ba6eec
8 changed files with 241 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ will-plus = ["utils-str"]
will-plus-img = ["will-plus", "image"]
yaneurao = []
yaneurao-itufuru = ["yaneurao", "utils-xored-stream"]
yuris = ["dep:hex", "utils-xored-stream"]
yuris = ["dep:hex", "utils-serde-base64bytes", "utils-xored-stream"]
yuris-img = ["yuris", "image", "qoi", "webp"]
# basic feature
image = ["dep:png"]