mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Cargo.toml files so docs.rs is happy
This commit is contained in:
parent
cc6807fcd2
commit
c280316fa2
|
@ -24,6 +24,7 @@ rustc-hash = { version = "1", default-features = false }
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "thumbv4t-none-eabi"
|
||||
cargo-args = ["-Zbuild-std=core,alloc"]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
|
|
@ -27,3 +27,4 @@ debug = true
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "thumbv4t-none-eabi"
|
||||
cargo-args = ["-Zbuild-std=core,alloc"]
|
||||
|
|
Loading…
Reference in a new issue