An open API service indexing awesome lists of open source software.

https://github.com/simmsb/compsoc-game-jam


https://github.com/simmsb/compsoc-game-jam

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# compsoc-game-jam

# building (dev)
- `cargo build --features bevy/dynamic`

# building (release)
- `cargo build --release`

## Make sure you're using the nightly toolchain:
- rustup toolchain install nightly
- rustup override set nightly

## if on windows

- `cargo install -f cargo-binutils`
- `rustup component add llvm-tools-preview`

# running (dev)
- `cargo run --features bevy/dynamic`

# running (release)
- `cargo run --release`