From c0263a29cfdc4acc05fe5cedd5d3c2f839c301b4 Mon Sep 17 00:00:00 2001 From: Nia Espera Date: Wed, 29 Mar 2023 00:10:55 +0200 Subject: [PATCH] add relevant comments in Cross.toml --- Cross.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cross.toml b/Cross.toml index b5cdc5db..8def406c 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,2 +1,7 @@ [build.env] passthrough = ["DEP_LV_CONFIG_PATH", "LVGL_INCLUDE", "LVGL_LINK"] + +# See https://github.com/rafaelcaricio/lvgl-rs/issues/78 for more details on +# the current status of `Cross` support. +# https://github.com/rafaelcaricio/lvgl-rs/issues/53 contains a way to get +# lvgl-rs building on armv7-unknown-linux-gnueabihf