mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Switch target name from aarch64-skyline-switch
This commit is contained in:
parent
74f74c5c58
commit
c86518f37a
4 changed files with 5 additions and 4 deletions
2
.cargo/config
Normal file
2
.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[build]
|
||||
target = "aarch64-skyline-switch"
|
|
@ -7,8 +7,7 @@ edition = "2018"
|
|||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
skyline = { path = "./skyline" }
|
||||
skyline_smash = { path = "./skyline_smash" }
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[target.aarch64-roblabla-switch.dependencies]
|
||||
alloc = {} # implies alloc
|
||||
[target.aarch64-skyline-switch.dependencies]
|
||||
alloc = {}
|
||||
|
|
Loading…
Reference in a new issue