/rltk

Primary LanguageRust

rltk

Following the rltk tutorial.

  • cargo build download dependencies (crates) and build
  • cargo update fetch new versions of crates in Cargo.toml
  • cargo clean delete all intermediate work files
  • cargo verify-project check if your Cargo settings are valid
  • cargo install install programs/tools via Cargo