Skip to content

Commit

Permalink
Fixed crowd
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanRJohnston committed Jul 19, 2024
1 parent ebbd0a6 commit a2ff00a
Show file tree
Hide file tree
Showing 56 changed files with 10,038 additions and 7,590 deletions.
Binary file modified .DS_Store
Binary file not shown.
2,975 changes: 1,545 additions & 1,430 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ resolver = "2"

[workspace.dependencies]
shared = { path = "./shared", version = "0.1.0" }
# worker = { version = "*", path = "/Users/dylanj/Workspace/github/workers-rs/worker" }
# worker-sys = { path = "/Users/dylanj/Workspace/github/workers-rs/worker-sys" }

# Enable a small amount of optimization in debug mode
[profile.dev]
Expand Down Expand Up @@ -36,3 +34,6 @@ assets-dir = "assets"

site-addr = "127.0.0.1:8788"
reload-port = 3001

[patch.crates-io]
bevy_editor_pls = { git = "https://github.com/zhaop/bevy_editor_pls.git", branch = "bevy-0.14" }
Loading

0 comments on commit a2ff00a

Please sign in to comment.