The mcu backend is not ready to be published yet

This commit is contained in:
Olivier Goffart 2022-01-20 10:47:48 +01:00
parent 1e9e252400
commit f94e03bf4e
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)"
publish= false publish = false
[[bin]] [[bin]]
path = "main.rs" path = "main.rs"

View file

@ -7,6 +7,7 @@ version = "0.1.6"
authors = ["SixtyFPS <info@sixtyfps.io>"] authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018" edition = "2018"
license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)"
publish = false
description = "Rendering backend for SixtyFPS for use on Microcontrollers" description = "Rendering backend for SixtyFPS for use on Microcontrollers"
repository = "https://github.com/sixtyfpsui/sixtyfps" repository = "https://github.com/sixtyfpsui/sixtyfps"
homepage = "https://sixtyfps.io" homepage = "https://sixtyfps.io"