Skip to content

Commit

Permalink
refactor: move example directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jun 11, 2024
1 parent 463b553 commit d7c3242
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ publish = false
# default resolver
resolver = "2"
members = [
"examples",
"crates/beet_examples",
# "crates/beet",
"crates/beet_core",
"crates/beet_ecs",
Expand All @@ -103,7 +103,7 @@ beet_ecs_macros = { path = "crates/beet_ecs/macros", version = "0.0.1" }
beet_ml = { path = "crates/beet_ml", version = "0.0.1" }
beet_net = { path = "crates/beet_net", version = "0.0.1" }
beet_server = { path = "crates/beet_server", version = "0.0.1" }
beet_examples = { path = "examples", version = "0.0.1" }
beet_examples = { path = "crates/beet_examples", version = "0.0.1" }

## local
# forky_core = { path = "../forky/crates/forky/forky_core" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ build-web-examples:
just build-web-example seek
just build-web-example seek_3d
just build-web-example fetch
just build-web-example frozen_lake_train
just build-web-example frozen_lake_run

serve-web-examples:
cd {{wasm-dir}} && forky serve --any-origin --port=3002
Expand Down

0 comments on commit d7c3242

Please sign in to comment.