mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
0388a08a16
* Change TechOptions to TechFlags * update gitmodules * shouldn't have pushed that * change ledge options as well incorp change from review
29 lines
744 B
TOML
29 lines
744 B
TOML
[package]
|
|
name = "training_modpack"
|
|
version = "2.0.0"
|
|
authors = ["jugeeya <jugeeya@live.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
|
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
|
bitflags = "1.0"
|
|
# skyline = { path = "../../../../src/skyline-rs" }
|
|
# skyline_smash = { path = "../../../../src/skyline-smash" }
|
|
|
|
[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.1.1/libnro_hook.nro" },
|
|
]
|
|
|