There was an error while loading. Please reload this page.
2 parents 0766d8c + e408397 commit dc5cbacCopy full SHA for dc5cbac
2 files changed
demos/st7789-slint/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
rust-version = "1.87"
6
authors = ["Alistair Francis <alistair.francis@wdc.com>"]
7
description = """A demo to use the Slint GUI library with a ST7789 display via SPI using libtock-rs."""
8
-license = "Apache-2.0 OR MIT"
+license = "GPL-3.0-only"
9
10
[dependencies]
11
libtock = { path = "../../", features = ["rust_embedded"] }
@@ -28,7 +28,7 @@ display-interface = "0.5"
28
[build-dependencies]
29
libtock_build_scripts = { path = "../../build_scripts" }
30
31
-slint-build = { git = "https://github.com/slint-ui/slint" }
+slint-build = { git = "https://github.com/slint-ui/slint", tag = "v1.16.1" }
32
33
[workspace]
34
resolver = "3"
0 commit comments