Skip to content

Commit a629dc7

Browse files
committed
chore: upgrade all Slint dependencies to 1.15
Align main library and all 6 examples on Slint 1.15 from crates.io, replacing the mix of git dependencies and pinned 1.14 versions that caused i_slint_core version conflicts and build failures.
1 parent 7b22c15 commit a629dc7

14 files changed

Lines changed: 6677 additions & 969 deletions

File tree

Cargo.lock

Lines changed: 127 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ include = [
2222
]
2323

2424
[dependencies]
25-
slint = { git = "https://github.com/slint-ui/slint", default-features = false, features = ["std", "compat-1-2"] }
25+
slint = { version = "1.15", default-features = false, features = ["std", "compat-1-2"] }
2626

2727
[dev-dependencies]
28-
i-slint-backend-testing = { git = "https://github.com/slint-ui/slint" }
28+
i-slint-backend-testing = "1.15"
2929

3030
[build-dependencies]
31-
slint-build = { git = "https://github.com/slint-ui/slint" }
31+
slint-build = "1.15"
3232

3333
# [workspace]
3434
# members = ["examples/advanced", "examples/minimal", "examples/custom-shapes", "examples/animated-links", "examples/pin-compatibility"]

0 commit comments

Comments
 (0)