-
-
Notifications
You must be signed in to change notification settings - Fork 42
Intro (API)
Ali Hussain edited this page Sep 28, 2023
·
2 revisions
This is a short tutorial for introducing developers to the Arcropolis API. Readers are expected to have at least a basic understanding of Rust and Skyline plugins beforehand.
First off, to begin adding support, add arcropolis_api to your Cargo.toml
file:
arcropolis-api = { git = "https://github.com/Raytwo/arcropolis_api" }
Any time you need to update this, you can do so with the following command:
cargo update -p arcropolis-api
Now onto actually using it!
- Home
- Getting started
- Features
- Troubleshooting
- Introduction to code modding (Coming soon, maybe, someday, eventually)
- Rust for Smash modding
- Introduction
- Beginner
- Intermediate
- Advanced
- Cheat sheet
- Rust for Smash modding
- Guides
- Overview
- ARCropolis API
- Miscellaneous