Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jugeeya authored Jul 14, 2020
1 parent a3563c6 commit 4690dae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ 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" }
# acmd = { git = "https://github.com/ultimate-research/skyline-acmd.git" }
skyline_smash = { path = "../../../../src/skyline-smash" }
acmd = { path = "../../../../src/skyline-acmd" }
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
acmd = { git = "https://github.com/ultimate-research/skyline-acmd.git" }

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"
lto = true
lto = true

0 comments on commit 4690dae

Please sign in to comment.