Skip to content

Commit e3886ab

Browse files
committed
release: 1.4.0
2 parents db564a5 + 192f86c commit e3886ab

File tree

12 files changed

+502
-408
lines changed

12 files changed

+502
-408
lines changed

CREDITS.md

Lines changed: 98 additions & 138 deletions
Large diffs are not rendered by default.

refract/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "refract"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
license = "WTFPL"
55
authors = ["Josh Stoik <josh@blobfolio.com>"]
66
edition = "2024"
@@ -106,14 +106,15 @@ features = [ "png" ]
106106
argyle = "0.14.*"
107107
dactyl = "0.13.*"
108108
dowser = "0.18.*"
109-
fyi_ansi = "2.2.*"
110-
open = "=5.3.2"
111-
rfd = "=0.15.4"
109+
fyi_ansi = "2.4.*"
110+
iced_runtime = "0.14.0" # Iced doesn't re-export Allocation, etc.
111+
open = "=5.3.3"
112+
rfd = "=0.16.0"
112113
unicode-width = "0.2.*"
113114
write_atomic = "0.7.*"
114115

115116
[dependencies.iced]
116-
version = "=0.13.1"
117+
version = "=0.14.0"
117118
features = [ "image-without-codecs", "tokio" ]
118119

119120
[dependencies.refract_core]
124 KB
Binary file not shown.

0 commit comments

Comments
 (0)