2023-01-27 19:19:18 +00:00
|
|
|
[package]
|
|
|
|
name = "training_modpack"
|
2023-04-14 22:48:22 +00:00
|
|
|
version = "5.1.0"
|
2023-01-27 19:19:18 +00:00
|
|
|
authors = ["jugeeya <jugeeya@live.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
Pikmin Save States and Skyline Smash update (#613)
* Add reusable print_fighter_info()
* rustfmt
* Clippy
* starting charge
* Working Pikmin Save States, motion not working, order can be messed up by loading during an aerial, if you save too quickly you lose pikmin in the state
* often failing boid read
* notes
* Prevent Pikmin from being cleaned up by the regular cleanup process
* migration progress
* skyline-smash branch, more pikmin work
* Using buff to spawn pikmin, character specific file for cleanliness
* failed reordering attempt
* more failed ordering
* almost kind of works but out of order
* failed all, need to try individual hold and status change
* hard reorder crash
* battleobject not boma
* comment clarification
* messing around with printing
* printing, about to try to find where autonomy is being set
* solution found, going to hook backshield to find where autonomy is being set to true
* found where to hook, will start hooking
* switched to charge, issues with inline hook
* need to only have autonomy ignored on save state load
* distance and status controls (doesn't work perfectly)
* Christmas Miracle
* Working w/ Cleanup
* training mode check, improved owner check
* debug feature print methods
* Pikmin debug assertions
* clippy print fix
* appease clippy
2023-08-31 02:00:29 +00:00
|
|
|
skyline_smash = { git = "https://github.com/GradualSyrup/skyline-smash.git", branch = "training-modpack-updates" }
|
2023-01-27 19:19:18 +00:00
|
|
|
skyline-web = { git = "https://github.com/skyline-rs/skyline-web.git" }
|
|
|
|
bitflags = "1.2.1"
|
|
|
|
parking_lot = { version = "0.12.0", features = ["nightly"] }
|
2023-09-01 20:53:04 +00:00
|
|
|
convert_case = "0.6.0"
|
2023-02-09 15:51:40 +00:00
|
|
|
include-flate = "0.1.4"
|
2023-09-01 20:53:04 +00:00
|
|
|
itertools = "0.11.0"
|
2023-01-27 19:19:18 +00:00
|
|
|
lazy_static = "1.4.0"
|
2023-08-10 14:28:13 +00:00
|
|
|
modular-bitfield = "0.11.2"
|
2023-01-27 19:19:18 +00:00
|
|
|
owo-colors = "2.1.0"
|
|
|
|
once_cell = "1.12.0"
|
|
|
|
paste = "1.0"
|
|
|
|
num = "0.4.0"
|
|
|
|
num-derive = "0.3"
|
|
|
|
num-traits = "0.2"
|
|
|
|
wsl = "0.1.0"
|
|
|
|
strum = "0.21.0"
|
|
|
|
strum_macros = "0.21.0"
|
|
|
|
minreq = { version = "2", features = ["https-native", "json-using-serde"] }
|
2023-02-09 15:51:40 +00:00
|
|
|
sarc = { version = "1.2.0", features = [], default_features = false }
|
2023-01-27 19:19:18 +00:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
2023-09-01 20:53:04 +00:00
|
|
|
smush_info_shared = { git = "https://github.com/jam1garner/smush_info_shared.git" }
|
2023-01-27 19:19:18 +00:00
|
|
|
toml = "0.5.9"
|
|
|
|
training_mod_consts = { path = "training_mod_consts" }
|
|
|
|
training_mod_tui = { path = "training_mod_tui" }
|
|
|
|
native-tls = { version = "0.2.11", features = ["vendored"] }
|
|
|
|
log = "0.4.17"
|
2023-02-16 06:47:36 +00:00
|
|
|
byte-unit = "4.0.18"
|
2023-09-01 20:53:04 +00:00
|
|
|
zip = { version = "0.6", default-features = false, features = ["deflate"] }
|
2023-08-18 04:21:59 +00:00
|
|
|
anyhow = "1.0.72"
|
|
|
|
|
2023-01-27 19:19:18 +00:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2023-03-02 00:54:07 +00:00
|
|
|
native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch = "switch-timeout-panic" }
|
2023-01-27 19:19:18 +00:00
|
|
|
nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs" }
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
panic = "abort"
|
|
|
|
lto = true
|
|
|
|
|
|
|
|
[package.metadata.skyline]
|
|
|
|
titleid = "01006A800016E000"
|
|
|
|
plugin-dependencies = [
|
|
|
|
{ name = "libnro_hook.nro", url = "https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.4.0/libnro_hook.nro" },
|
2023-09-01 20:53:04 +00:00
|
|
|
{ name = "libparam_hook.nro", url = "https://github.com/ultimate-research/params-hook-plugin/releases/download/v0.1.1/libparam_hook.nro" },
|
2023-01-27 19:19:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
outside_training_mode = []
|
2023-02-09 15:51:40 +00:00
|
|
|
layout_arc_from_file = []
|