Skip to content

Commit

Permalink
Switch to latest Slint from Git
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent 9e46c6d commit 4a82e03
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 61 deletions.
104 changes: 45 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1", features = ["derive"] }
serde-xml-rs = "0.6"
serde_json = "1.0"
slint = "1.2"
slint = { git = "https://github.com/slint-ui/slint.git", rev = "ef39adce30d33b86634e5359db03a18d521a9bc8" }

[build-dependencies]
slint-build = "1.2"
slint-build = { git = "https://github.com/slint-ui/slint.git", rev = "ef39adce30d33b86634e5359db03a18d521a9bc8" }

0 comments on commit 4a82e03

Please sign in to comment.