Skip to content

Commit 6c95368

Browse files
committed
Merge branch 'main' of https://github.com/Futsch1/image-sieve into main
2 parents 79d0b02 + 3ea328b commit 6c95368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
slint = {version = "=1.1.1", features = ["backend-winit-x11", "renderer-winit-femtovg", "compat-1-0"], default_features = false}
14+
slint = {version = "=1.2.0", features = ["backend-winit-x11", "renderer-winit-femtovg", "compat-1-0"], default_features = false}
1515
nfd = "0.0.4"
1616
image = "0.24"
1717
kamadak-exif = "0.5"
@@ -40,7 +40,7 @@ backtrace = "0.3"
4040
base64 = "0.21"
4141

4242
[build-dependencies]
43-
slint-build = "=1.1.1"
43+
slint-build = "=1.2.0"
4444
winres = "0.1"
4545

4646
[profile.dev]

0 commit comments

Comments
 (0)