refactor: js_sys::eval kullanımı kaldırıldı, Base64 çözümleme pure Rust ile güncellendi
All checks were successful
Build MIPS Binary / build (push) Successful in 4m14s

This commit is contained in:
spinline
2026-02-08 19:25:36 +03:00
parent 4e81af0599
commit fc83a1cc65
2 changed files with 10 additions and 28 deletions

View File

@@ -51,4 +51,5 @@ web-sys = { version = "0.3", features = [
] }
shared = { path = "../shared" }
tailwind_fuse = "0.3.2"
js-sys = "0.3.85"
js-sys = "0.3.85"
base64 = "0.22.1"