1
0
Fork 0
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:
jugeeya 2020-04-30 17:38:58 -07:00
parent 06137d0929
commit fb466cb3fe

View file

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