-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXargo.toml
22 lines (18 loc) · 883 Bytes
/
Xargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
rust-src = "../rust-std-skyline-squashed/src"
[dependencies.core]
path = "../rust-std-skyline-squashed/src/libcore"
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
stage = 0
[dependencies.alloc]
path = "../rust-std-skyline-squashed/src/liballoc"
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
stage = 0
[dependencies.std]
path = "../rust-std-skyline-squashed/src/libstd"
#git = "https://github.com/jam1garner/rust-std-skyline-squashed.git"
stage = 1
#[patch.crates-io]
#rustc-std-workspace-core = { git = 'https://github.com/jam1garner/rust-std-skyline-squashed.git', branch = 'master' }
#rustc-std-workspace-alloc = { git = 'https://github.com/jam1garner/rust-std-skyline-squashed.git', branch = 'master' }
#rustc-std-workspace-std = { git = 'https://github.com/jam1garner/rust-std-skyline-squashed.git', branch = 'master' }