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"