mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-10 02:51:31 +11:00
explain the docs target selection.
This commit is contained in:
parent
c3aa7591b2
commit
a329763af7
|
@ -14,4 +14,6 @@ voladdress = "1.0.2"
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
# The crate can only be built for targets that have thumb-interworking support,
|
||||||
|
# because otherwise the instruction_set attribute can't be used.
|
||||||
targets = ["armv5te-unknown-linux-gnueabi"]
|
targets = ["armv5te-unknown-linux-gnueabi"]
|
||||||
|
|
Loading…
Reference in a new issue