Skip to content

Commit dc5cbac

Browse files
authored
Merge pull request #592 from alistair23/alistair/license-update
demos/st7789-slint: Clarify the license is GPL-3.0-only
2 parents 0766d8c + e408397 commit dc5cbac

2 files changed

Lines changed: 676 additions & 2 deletions

File tree

demos/st7789-slint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
rust-version = "1.87"
66
authors = ["Alistair Francis <alistair.francis@wdc.com>"]
77
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"
8+
license = "GPL-3.0-only"
99

1010
[dependencies]
1111
libtock = { path = "../../", features = ["rust_embedded"] }
@@ -28,7 +28,7 @@ display-interface = "0.5"
2828
[build-dependencies]
2929
libtock_build_scripts = { path = "../../build_scripts" }
3030

31-
slint-build = { git = "https://github.com/slint-ui/slint" }
31+
slint-build = { git = "https://github.com/slint-ui/slint", tag = "v1.16.1" }
3232

3333
[workspace]
3434
resolver = "3"

0 commit comments

Comments
 (0)