gioser
This commit is contained in:
+16
@@ -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)
|
||||
# ============================================================
|
||||
|
||||
Reference in New Issue
Block a user