Move crt0 and platform into src folder
Add cargo fmt script
This commit is contained in:
@@ -8,4 +8,4 @@ build = "build.rs"
|
||||
cbindgen = { path = "../../cbindgen" }
|
||||
|
||||
[dependencies]
|
||||
platform = { path = "../../platform" }
|
||||
platform = { path = "../platform" }
|
||||
|
||||
Reference in New Issue
Block a user