From 5f5cdf5871f672e1facb846a52583ae04234510d Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sun, 23 May 2021 06:03:23 +0100 Subject: [PATCH] add target for docs.rs --- agb/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index b0e7c590..89517787 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -21,4 +21,8 @@ lto = true bitflags = "1.0" [build-dependencies] -agb_image_converter = { path = "../agb-image-converter" } \ No newline at end of file +agb_image_converter = { path = "../agb-image-converter" } + +[package.metadata.docs.rs] +default-target = "thumbv6m-none-eabi" +targets = []