https://github.com/simmsb/compsoc-game-jam
https://github.com/simmsb/compsoc-game-jam
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simmsb/compsoc-game-jam
- Owner: simmsb
- License: mit
- Created: 2021-02-19T20:13:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T22:57:15.000Z (over 5 years ago)
- Last Synced: 2025-04-22T00:03:19.584Z (about 1 year ago)
- Language: Rust
- Size: 476 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`