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
62ad32a9ba
|
12 months ago | |
---|---|---|
client | 12 months ago | |
data | 2 years ago | |
drops | 12 months ago | |
entity | 12 months ago | |
items | 12 months ago | |
location | 12 months ago | |
maps | 12 months ago | |
networking | 12 months ago | |
pktbuilder | 12 months ago | |
quests | 12 months ago | |
room | 12 months ago | |
shops | 12 months ago | |
src | 12 months ago | |
stats | 12 months ago | |
tests | 12 months ago | |
trade | 12 months ago | |
.drone.yml | 12 months ago | |
Cargo.toml | 12 months 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