mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-01 06:57:25 +00:00
20 lines
470 B
TOML
20 lines
470 B
TOML
[package]
|
|
name = "skyline-rs-template"
|
|
version = "0.1.0"
|
|
authors = ["jam1garner <jam1.mcleod@hotmail.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" }
|
|
|
|
[profile.dev]
|
|
opt-level = 0 # Use slightly better optimizations.
|
|
debug = 2
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|