Skip to content

Add lobbies #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 9, 2025
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
cargo build --bin minigolf_server
sudo ls -lh ./target/debug

- name: Build lobby
run: |
cargo build --bin minigolf_lobby
sudo ls -lh ./target/debug

- name: Build client
run: |
cargo build --bin minigolf_client --target wasm32-unknown-unknown
Expand Down
188 changes: 153 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading