1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
UltimateTrainingModpack/Cargo.toml

30 lines
744 B
TOML
Raw Normal View History

2020-04-08 04:21:52 +00:00
[package]
2020-04-30 23:13:49 +00:00
name = "training_modpack"
version = "2.5.3"
2020-05-14 20:54:32 +00:00
authors = ["jugeeya <jugeeya@live.com>"]
2020-04-08 04:21:52 +00:00
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-04-12 23:34:43 +00:00
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
2020-05-14 20:54:32 +00:00
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
bitflags = "1.0"
2020-05-17 18:23:30 +00:00
# skyline = { path = "../../../../src/skyline-rs" }
2020-05-14 20:54:32 +00:00
# skyline_smash = { path = "../../../../src/skyline-smash" }
2020-04-12 23:34:43 +00:00
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
2020-04-16 05:58:05 +00:00
lto = true
2020-04-30 23:13:49 +00:00
[package.metadata.skyline]
titleid = "01006A800016E000"
2020-08-08 00:42:14 +00:00
plugin-dependencies = [
{ name = "libnro_hook.nro", url = "https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.1.1/libnro_hook.nro" },
]