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