@@ -110,26 +110,26 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
110
110
license = " GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
111
111
repository = " https://github.com/slint-ui/slint"
112
112
rust-version = " 1.85"
113
- version = " 1.13.1 "
113
+ version = " 1.14.0 "
114
114
115
115
[workspace .dependencies ]
116
- i-slint-backend-android-activity = { version = " =1.13.1 " , path = " internal/backends/android-activity" , default-features = false }
117
- i-slint-backend-linuxkms = { version = " =1.13.1 " , path = " internal/backends/linuxkms" , default-features = false }
118
- i-slint-backend-qt = { version = " =1.13.1 " , path = " internal/backends/qt" , default-features = false }
119
- i-slint-backend-selector = { version = " =1.13.1 " , path = " internal/backends/selector" , default-features = false }
120
- i-slint-backend-testing = { version = " =1.13.1 " , path = " internal/backends/testing" , default-features = false }
121
- i-slint-backend-winit = { version = " =1.13.1 " , path = " internal/backends/winit" , default-features = false }
122
- i-slint-common = { version = " =1.13.1 " , path = " internal/common" , default-features = false }
123
- i-slint-compiler = { version = " =1.13.1 " , path = " internal/compiler" , default-features = false }
124
- i-slint-core = { version = " =1.13.1 " , path = " internal/core" , default-features = false }
125
- i-slint-core-macros = { version = " =1.13.1 " , path = " internal/core-macros" , default-features = false }
126
- i-slint-renderer-femtovg = { version = " =1.13.1 " , path = " internal/renderers/femtovg" , default-features = false }
127
- i-slint-renderer-skia = { version = " =1.13.1 " , path = " internal/renderers/skia" , default-features = false }
128
- slint = { version = " =1.13.1 " , path = " api/rs/slint" , default-features = false }
129
- slint-build = { version = " =1.13.1 " , path = " api/rs/build" , default-features = false }
130
- slint-cpp = { version = " =1.13.1 " , path = " api/cpp" , default-features = false }
131
- slint-interpreter = { version = " =1.13.1 " , path = " internal/interpreter" , default-features = false }
132
- slint-macros = { version = " =1.13.1 " , path = " api/rs/macros" , default-features = false }
116
+ i-slint-backend-android-activity = { version = " =1.14.0 " , path = " internal/backends/android-activity" , default-features = false }
117
+ i-slint-backend-linuxkms = { version = " =1.14.0 " , path = " internal/backends/linuxkms" , default-features = false }
118
+ i-slint-backend-qt = { version = " =1.14.0 " , path = " internal/backends/qt" , default-features = false }
119
+ i-slint-backend-selector = { version = " =1.14.0 " , path = " internal/backends/selector" , default-features = false }
120
+ i-slint-backend-testing = { version = " =1.14.0 " , path = " internal/backends/testing" , default-features = false }
121
+ i-slint-backend-winit = { version = " =1.14.0 " , path = " internal/backends/winit" , default-features = false }
122
+ i-slint-common = { version = " =1.14.0 " , path = " internal/common" , default-features = false }
123
+ i-slint-compiler = { version = " =1.14.0 " , path = " internal/compiler" , default-features = false }
124
+ i-slint-core = { version = " =1.14.0 " , path = " internal/core" , default-features = false }
125
+ i-slint-core-macros = { version = " =1.14.0 " , path = " internal/core-macros" , default-features = false }
126
+ i-slint-renderer-femtovg = { version = " =1.14.0 " , path = " internal/renderers/femtovg" , default-features = false }
127
+ i-slint-renderer-skia = { version = " =1.14.0 " , path = " internal/renderers/skia" , default-features = false }
128
+ slint = { version = " =1.14.0 " , path = " api/rs/slint" , default-features = false }
129
+ slint-build = { version = " =1.14.0 " , path = " api/rs/build" , default-features = false }
130
+ slint-cpp = { version = " =1.14.0 " , path = " api/cpp" , default-features = false }
131
+ slint-interpreter = { version = " =1.14.0 " , path = " internal/interpreter" , default-features = false }
132
+ slint-macros = { version = " =1.14.0 " , path = " api/rs/macros" , default-features = false }
133
133
134
134
vtable = { version = " 0.3" , path = " helper_crates/vtable" }
135
135
0 commit comments