@@ -84,11 +84,11 @@ selector = ["iced_runtime/selector"]
8484
8585# Enables basic text shaping by default
8686fira-sans = [
87- " iced_renderer/fira-sans" ,
87+ " iced_renderer/fira-sans" ,
8888] # Embeds Fira Sans into the final application; useful for testing and Wasm builds
8989advanced = [
90- " iced_core/advanced" ,
91- " iced_widget/advanced" ,
90+ " iced_core/advanced" ,
91+ " iced_widget/advanced" ,
9292] # Enables the advanced module
9393basic-shaping = [" iced_core/basic-shaping" ]
9494# Enables advanced text shaping by default
@@ -107,16 +107,16 @@ linux-theme-detection = ["iced_winit/linux-theme-detection"]
107107x11 = [" iced_renderer/x11" , " iced_winit/x11" ]
108108# Enables the `accesskit` accessibility library
109109a11y = [
110- " iced_accessibility" ,
111- " iced_core/a11y" ,
112- " iced_widget/a11y" ,
113- " iced_winit?/a11y" ,
110+ " iced_accessibility" ,
111+ " iced_core/a11y" ,
112+ " iced_widget/a11y" ,
113+ " iced_winit?/a11y" ,
114114]
115115# Enables the winit shell. Conflicts with `wayland` and `glutin`.
116116winit = [
117- " iced_winit" ,
118- " iced_accessibility?/accesskit_winit" ,
119- " iced_program/winit" ,
117+ " iced_winit" ,
118+ " iced_accessibility?/accesskit_winit" ,
119+ " iced_program/winit" ,
120120]
121121wayland = [" iced_renderer/wayland" , " iced_winit/wayland" ]
122122cctk = [" iced_winit/cctk" , " iced_widget/cctk" , " iced_core/cctk" , " wayland" ]
@@ -171,25 +171,25 @@ strip = "debuginfo"
171171
172172[workspace ]
173173members = [
174- " beacon" ,
175- " core" ,
176- " debug" ,
177- " devtools" ,
178- " futures" ,
179- " graphics" ,
180- " highlighter" ,
181- " program" ,
182- " renderer" ,
183- " runtime" ,
184- " selector" ,
185- " test" ,
186- " tester" ,
187- " tiny_skia" ,
188- " wgpu" ,
189- " widget" ,
190- " winit" ,
191- " examples/*" ,
192- " accessibility" ,
174+ " beacon" ,
175+ " core" ,
176+ " debug" ,
177+ " devtools" ,
178+ " futures" ,
179+ " graphics" ,
180+ " highlighter" ,
181+ " program" ,
182+ " renderer" ,
183+ " runtime" ,
184+ " selector" ,
185+ " test" ,
186+ " tester" ,
187+ " tiny_skia" ,
188+ " wgpu" ,
189+ " widget" ,
190+ " winit" ,
191+ " examples/*" ,
192+ " accessibility" ,
193193]
194194exclude = [" examples/integration" ]
195195
@@ -226,8 +226,8 @@ iced_winit = { version = "0.14.0", path = "winit", default-features = false }
226226bincode = " 1.3"
227227cargo-hot = { version = " 0.1" , package = " cargo-hot-protocol" }
228228futures = { version = " 0.3" , default-features = false , features = [
229- " std" ,
230- " async-await" ,
229+ " std" ,
230+ " async-await" ,
231231] }
232232glam = " 0.25"
233233iced_accessibility = { version = " 0.1" , path = " accessibility" }
@@ -238,8 +238,8 @@ async-std = "1.0"
238238bitflags = " 2.5"
239239bytemuck = { version = " 1.0" , features = [" derive" ] }
240240bytes = " 1.6"
241- cosmic-text = " 0.19 "
242- cryoglyph = { git = " https://github.com/iced-rs/cryoglyph .git" , rev = " e429a025df36ab8145708acb309080ae3deec17a " }
241+ cosmic-text = { git = " https://github.com/pop-os/cosmic-text.git " , rev = " 4fe1195e6451d6aaa3dc383895d6fd366ea9fc7b " }
242+ cryoglyph = { git = " https://github.com/pop-os/glyphon .git" , rev = " 273130949ef4ffc652e3d5e5255219f1f079868e " }
243243dark-light = " 1.0"
244244resvg = " 0.45"
245245web-sys = " 0.3.69"
@@ -271,25 +271,25 @@ smol_str = "0.3"
271271sysinfo = " 0.33"
272272thiserror = " 2"
273273tiny-skia = { version = " 0.11" , default-features = false , features = [
274- " std" ,
275- " simd" ,
274+ " std" ,
275+ " simd" ,
276276] }
277277cctk = { git = " https://github.com/pop-os/cosmic-protocols" , package = " cosmic-client-toolkit" , rev = " c253ec1" }
278278softbuffer = { git = " https://github.com/pop-os/softbuffer" , tag = " cosmic-4.0" }
279279syntect = " 5.2"
280280tokio = " 1.0"
281281tracing = " 0.1"
282282two-face = { version = " 0.4" , default-features = false , features = [
283- " syntect-default-fancy" ,
283+ " syntect-default-fancy" ,
284284] }
285285unicode-segmentation = " 1.0"
286286url = " 2.5"
287287wasm-bindgen-futures = " 0.4"
288288wasmtimer = " 0.4.2"
289289web-time = " 1.1"
290290wgpu = { version = " 28.0" , default-features = false , features = [
291- " std" ,
292- " wgsl" ,
291+ " std" ,
292+ " wgsl" ,
293293] }
294294wayland-protocols = { version = " 0.32.1" , features = [" staging" ] }
295295wayland-client = { version = " 0.31.5" }
0 commit comments