Some checks failed
continuous-integration/drone/push Build is failing
fun while it lasted ItemLocation ceased to be the canonical place to store an item's location. replaced with ItemNote which basically covers the actual use case but without the enforcing of a location.
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
Description
Languages
Rust
100%