Use Slint 1.15.0 also in Krokiet/Cargo.toml (not just flatpak) + make tree_iter refs mutable where gtk4-rs api requires#1780
Merged
qarmin merged 4 commits intoqarmin:masterfrom Feb 8, 2026
Conversation
qarmin
requested changes
Feb 8, 2026
| #slint = { path = "/home/rafal/test/slint/api/rs/slint/", default-features = false, features = ["std", | ||
| #slint = { git = "https://github.com/slint-ui/slint.git", default-features = false, features = [ | ||
| slint = { version = "=1.14.1", default-features = false, features = [ | ||
| slint = { version = "=1.15.0", default-features = false, features = [ |
Owner
There was a problem hiding this comment.
= from version needs to be removed here, and in slint-build
I played a little with this and at the end I forgot to push latest commit, which changes this lines
| @@ -35,7 +35,7 @@ rust-embed = { version = "8.5", features = ["debug-embed"] } | |||
| # Try to use only needed features from https://github.com/slint-ui/slint/blob/master/api/rs/slint/Cargo.toml#L23-L31 | |||
| #slint = { path = "/home/rafal/test/slint/api/rs/slint/", default-features = false, features = ["std", | |||
Owner
There was a problem hiding this comment.
To fix 32 bit CI, this dependency must be added
# Easier cross-compilation of app to e.g. 32 bit os, by using dlopen instead of linking libraries at compile time
fontique = { version = "0.7.0", default-features = false, features = ["fontconfig-dlopen"] }
alysson-souza
pushed a commit
to alysson-souza/czkawka
that referenced
this pull request
Apr 18, 2026
… tree_iter refs mutable where gtk4-rs api requires (qarmin#1780)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this pull request is meant to replace my previous one: #1779
which failed to build for my NixOS package