mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
use git dependencies for libraries
This commit is contained in:
parent
7b362c8330
commit
7f2707f011
1 changed files with 2 additions and 4 deletions
|
@ -8,13 +8,11 @@ edition = "2018"
|
|||
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" }
|
||||
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
||||
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
||||
bitflags = "1.2.1"
|
||||
parking_lot = { version = "0.11.0", features = ["nightly"] }
|
||||
lazy_static = "1.4.0"
|
||||
skyline = { path = "../../../../src/skyline-rs" }
|
||||
skyline_smash = { path = "../../../../src/skyline-smash" }
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue