feat(terminal): add WebGL renderer and addon APIs

This commit is contained in:
zhangheng
2026-06-23 16:48:53 +08:00
parent f76d341501
commit 69a670939d
15 changed files with 4199 additions and 740 deletions

2
Cargo.lock generated
View File

@@ -49,6 +49,8 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"unicode-segmentation",
"unicode-width",
"vt100",
"wasm-bindgen",
"wasm-bindgen-futures",