Skip to content

Commit 887685f

Browse files
authored
Merge pull request #318 from flyingrobots/chore/land-braids
feat(kernel): land braid neighborhood and settlement work
2 parents acb83ed + b964a6f commit 887685f

114 files changed

Lines changed: 6504 additions & 16693 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 863 additions & 4110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ members = [
99
"crates/warp-cli",
1010
"crates/warp-geom",
1111
"crates/warp-benches",
12-
"crates/warp-viewer",
1312
"crates/echo-app-core",
1413
"crates/echo-config-fs",
1514
"crates/echo-session-proto",
16-
"crates/echo-session-service",
17-
"crates/echo-session-client",
1815
"crates/echo-graph",
1916
"crates/echo-dind-harness",
2017
"crates/echo-dind-tests",
2118
"crates/echo-wasm-abi",
2219
"crates/echo-registry-api",
23-
"crates/echo-session-ws-gateway",
2420
"specs/spec-000-rewrite",
2521
"crates/echo-wasm-bindings",
2622
"crates/echo-wesley-gen",
@@ -30,7 +26,6 @@ members = [
3026
"crates/echo-scene-codec",
3127
"crates/ttd-browser",
3228
"crates/ttd-protocol-rs",
33-
"crates/ttd-manifest",
3429
"crates/echo-ttd",
3530
"crates/method",
3631
"xtask"
@@ -53,13 +48,11 @@ echo-runtime-schema = { version = "0.1.0", path = "crates/echo-runtime-schema",
5348
echo-registry-api = { version = "0.1.0", path = "crates/echo-registry-api" }
5449
echo-scene-codec = { version = "0.1.0", path = "crates/echo-scene-codec" }
5550
echo-scene-port = { version = "0.1.0", path = "crates/echo-scene-port" }
56-
echo-session-client = { version = "0.1.0", path = "crates/echo-session-client" }
5751
echo-session-proto = { version = "0.1.1", path = "crates/echo-session-proto" }
5852
echo-wasm-abi = { version = "0.1.0", path = "crates/echo-wasm-abi" }
5953
warp-core = { version = "0.1.1", path = "crates/warp-core" }
6054
ttd-browser = { version = "0.1.0", path = "crates/ttd-browser" }
6155
ttd-protocol-rs = { version = "0.1.0", path = "crates/ttd-protocol-rs" }
62-
ttd-manifest = { version = "0.1.0", path = "crates/ttd-manifest" }
6356
echo-ttd = { version = "0.1.0", path = "crates/echo-ttd" }
6457
method = { version = "0.1.0", path = "crates/method" }
6558

apps/ttd-app/README.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

apps/ttd-app/index.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/ttd-app/package.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/ttd-app/src/App.tsx

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)