mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
add Cargo toml so I don't forget I made changes
This commit is contained in:
parent
06137d0929
commit
fb466cb3fe
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ 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_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
||||
skyline_smash = { path = "../../../../src/skyline-smash" }
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue