mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Update to latest skyline-smash (#267)
* Try latest skyline-smash * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml
This commit is contained in:
parent
bc3d2d8df5
commit
d45871cf68
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
||||
# TODO: Update from commit 95ea66a to latest
|
||||
# skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git", features=["weak_l2cvalue"]}
|
||||
skyline_smash = {git = "https://github.com/ultimate-research/skyline-smash.git", rev = "95ea66a"}
|
||||
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
||||
skyline-web = { git = "https://github.com/skyline-rs/skyline-web.git" }
|
||||
bitflags = "1.2.1"
|
||||
parking_lot = { version = "0.11.1", features = ["nightly"] }
|
||||
|
|
Loading…
Reference in a new issue