From f94e03bf4e5f65a94c72d9263da127e5fc31c910 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 20 Jan 2022 10:47:48 +0100 Subject: [PATCH] The mcu backend is not ready to be published yet --- examples/gallery/Cargo.toml | 2 +- sixtyfps_runtime/rendering_backends/mcu/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/gallery/Cargo.toml b/examples/gallery/Cargo.toml index e08b8e442..81f3d902c 100644 --- a/examples/gallery/Cargo.toml +++ b/examples/gallery/Cargo.toml @@ -8,7 +8,7 @@ authors = ["SixtyFPS "] edition = "2018" build = "build.rs" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" -publish= false +publish = false [[bin]] path = "main.rs" diff --git a/sixtyfps_runtime/rendering_backends/mcu/Cargo.toml b/sixtyfps_runtime/rendering_backends/mcu/Cargo.toml index 0ad236af1..ac7c3dfdc 100644 --- a/sixtyfps_runtime/rendering_backends/mcu/Cargo.toml +++ b/sixtyfps_runtime/rendering_backends/mcu/Cargo.toml @@ -7,6 +7,7 @@ version = "0.1.6" authors = ["SixtyFPS "] edition = "2018" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" +publish = false description = "Rendering backend for SixtyFPS for use on Microcontrollers" repository = "https://github.com/sixtyfpsui/sixtyfps" homepage = "https://sixtyfps.io"