1
0
Fork 0
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:
jugeeya 2020-09-14 13:43:53 -07:00 committed by GitHub
parent 7b362c8330
commit 7f2707f011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"