@@ -116,26 +116,26 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
116116license = " GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
117117repository = " https://github.com/slint-ui/slint"
118118rust-version = " 1.88"
119- version = " 1.14.0 "
119+ version = " 1.14.1 "
120120
121121[workspace .dependencies ]
122- i-slint-backend-android-activity = { version = " =1.14.0 " , path = " internal/backends/android-activity" , default-features = false }
123- i-slint-backend-linuxkms = { version = " =1.14.0 " , path = " internal/backends/linuxkms" , default-features = false }
124- i-slint-backend-qt = { version = " =1.14.0 " , path = " internal/backends/qt" , default-features = false }
125- i-slint-backend-selector = { version = " =1.14.0 " , path = " internal/backends/selector" , default-features = false }
126- i-slint-backend-testing = { version = " =1.14.0 " , path = " internal/backends/testing" , default-features = false }
127- i-slint-backend-winit = { version = " =1.14.0 " , path = " internal/backends/winit" , default-features = false }
128- i-slint-common = { version = " =1.14.0 " , path = " internal/common" , default-features = false }
129- i-slint-compiler = { version = " =1.14.0 " , path = " internal/compiler" , default-features = false }
130- i-slint-core = { version = " =1.14.0 " , path = " internal/core" , default-features = false }
131- i-slint-core-macros = { version = " =1.14.0 " , path = " internal/core-macros" , default-features = false }
132- i-slint-renderer-femtovg = { version = " =1.14.0 " , path = " internal/renderers/femtovg" , default-features = false }
133- i-slint-renderer-skia = { version = " =1.14.0 " , path = " internal/renderers/skia" , default-features = false }
134- slint = { version = " =1.14.0 " , path = " api/rs/slint" , default-features = false }
135- slint-build = { version = " =1.14.0 " , path = " api/rs/build" , default-features = false }
136- slint-cpp = { version = " =1.14.0 " , path = " api/cpp" , default-features = false }
137- slint-interpreter = { version = " =1.14.0 " , path = " internal/interpreter" , default-features = false }
138- slint-macros = { version = " =1.14.0 " , path = " api/rs/macros" , default-features = false }
122+ i-slint-backend-android-activity = { version = " =1.14.1 " , path = " internal/backends/android-activity" , default-features = false }
123+ i-slint-backend-linuxkms = { version = " =1.14.1 " , path = " internal/backends/linuxkms" , default-features = false }
124+ i-slint-backend-qt = { version = " =1.14.1 " , path = " internal/backends/qt" , default-features = false }
125+ i-slint-backend-selector = { version = " =1.14.1 " , path = " internal/backends/selector" , default-features = false }
126+ i-slint-backend-testing = { version = " =1.14.1 " , path = " internal/backends/testing" , default-features = false }
127+ i-slint-backend-winit = { version = " =1.14.1 " , path = " internal/backends/winit" , default-features = false }
128+ i-slint-common = { version = " =1.14.1 " , path = " internal/common" , default-features = false }
129+ i-slint-compiler = { version = " =1.14.1 " , path = " internal/compiler" , default-features = false }
130+ i-slint-core = { version = " =1.14.1 " , path = " internal/core" , default-features = false }
131+ i-slint-core-macros = { version = " =1.14.1 " , path = " internal/core-macros" , default-features = false }
132+ i-slint-renderer-femtovg = { version = " =1.14.1 " , path = " internal/renderers/femtovg" , default-features = false }
133+ i-slint-renderer-skia = { version = " =1.14.1 " , path = " internal/renderers/skia" , default-features = false }
134+ slint = { version = " =1.14.1 " , path = " api/rs/slint" , default-features = false }
135+ slint-build = { version = " =1.14.1 " , path = " api/rs/build" , default-features = false }
136+ slint-cpp = { version = " =1.14.1 " , path = " api/cpp" , default-features = false }
137+ slint-interpreter = { version = " =1.14.1 " , path = " internal/interpreter" , default-features = false }
138+ slint-macros = { version = " =1.14.1 " , path = " api/rs/macros" , default-features = false }
139139
140140vtable = { version = " 0.3" , path = " helper_crates/vtable" }
141141
0 commit comments