mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix Xargo.toml not using squashed path
This commit is contained in:
parent
100d7126c7
commit
5d985d8102
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
[package]
|
[package]
|
||||||
rust-src = "../rust-std-skyline/src"
|
rust-src = "../rust-std-skyline-squashed/src"
|
||||||
|
|
||||||
[dependencies.core]
|
[dependencies.core]
|
||||||
path = "../rust-std-skyline/src/libcore"
|
path = "../rust-std-skyline-squashed/src/libcore"
|
||||||
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
||||||
stage = 0
|
stage = 0
|
||||||
|
|
||||||
[dependencies.alloc]
|
[dependencies.alloc]
|
||||||
path = "../rust-std-skyline/src/liballoc"
|
path = "../rust-std-skyline-squashed/src/liballoc"
|
||||||
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
||||||
stage = 0
|
stage = 0
|
||||||
|
|
||||||
[dependencies.std]
|
[dependencies.std]
|
||||||
path = "../rust-std-skyline/src/libstd"
|
path = "../rust-std-skyline-squashed/src/libstd"
|
||||||
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
|
||||||
stage = 1
|
stage = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue