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 574870d087 I guess this is correct 5 years ago
src andy whyyyy pt 2 5 years ago
.drone.yml add ci 5 years ago
Cargo.toml reference libpso from git 5 years ago
README.md I guess this is correct 5 years ago

README.md

setup

  • get http://rustup.rs
  • get the latest nightly rustup default nightly
  • grab elseware
  • cargo test to run tests

development setup

  • grab libpso
  • 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 --bin patch and cargo run --bin login