Skip to content

Commit

Permalink
rustSlint: cargo update to use slint 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Dec 31, 2024
1 parent 8644858 commit b6837af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustSlint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
slint = { version = "1.7.*", features = [ "backend-linuxkms-noseat", "renderer-skia" ] }
slint = { version = "1.9.*", features = [ "backend-linuxkms-noseat", "renderer-skia" ] }

[build-dependencies]
slint-build = { version = "1.7.*" }
slint-build = { version = "1.9.*" }

0 comments on commit b6837af

Please sign in to comment.