You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jake
64a3a1ff97
|
3 years ago | |
---|---|---|
data | 4 years ago | |
src | 3 years ago | |
tests | 4 years ago | |
.drone.yml | 5 years ago | |
Cargo.toml | 3 years ago | |
README.md | 4 years ago | |
patch.motd | 5 years ago | |
patch.ron | 5 years ago |
README.md
setup
- get http://rustup.rs
- get nightly version
rustup install nightly
. - set nightly
rustup override set nightly
. - grab elseware
cargo test
to run tests
development setup
grab libpso and put
[patch."http://git.sharnoth.com/jake/libpso"]
libpso = { path = "path/to/libpso" }
at the end of the Cargo.toml
file
to actually run it
cargo run