This commit is contained in:
sergio
2026-05-12 18:55:29 +00:00
parent 6596c81271
commit 52acaabcf4
23 changed files with 1774 additions and 0 deletions
+16
View File
@@ -93,6 +93,15 @@ members = [
"crates/modules/shipote/shipote-discern",
"crates/modules/shipote/shipote-core",
# ============================================================
# modules/gioser/ — landing WASM (chacana + 4 elementos)
# ============================================================
"crates/modules/gioser/gioser-geom",
"crates/modules/gioser/gioser-physics",
"crates/modules/gioser/gioser-palette",
"crates/modules/gioser/gioser-shaders",
"crates/modules/gioser/gioser-canvas-web",
# ============================================================
# apps/ — apps que consumen el protocolo (yahweh modules+shell)
# ============================================================
@@ -111,6 +120,7 @@ members = [
"crates/apps/shipote-cli",
"crates/apps/shipote-gateway",
"crates/apps/shipote-shell",
"crates/apps/gioser-web",
]
[workspace.package]
@@ -200,6 +210,12 @@ gpui = "0.2"
# === Filesystem helpers ===
directories = "5"
# === WASM web (gioser) ===
wasm-bindgen = "0.2"
js-sys = "0.3"
web-sys = "0.3"
glam = "0.30"
# ============================================================
# Intra-workspace deps de yahweh (referenciadas por workspace = true)
# ============================================================