Skip to content

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
thomas725:master
Feb 8, 2026
Merged

Use Slint 1.15.0 also in Krokiet/Cargo.toml (not just flatpak) + make tree_iter refs mutable where gtk4-rs api requires#1780
qarmin merged 4 commits intoqarmin:masterfrom
thomas725:master

Conversation

@thomas725
Copy link
Copy Markdown
Contributor

this pull request is meant to replace my previous one: #1779
which failed to build for my NixOS package

Comment thread krokiet/Cargo.toml Outdated
#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 = [
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

= 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

Comment thread krokiet/Cargo.toml
@@ -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",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"] }

@qarmin qarmin merged commit a33c1f0 into qarmin:master Feb 8, 2026
14 checks passed
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants