@@ -22,7 +22,17 @@ all-features = true
2222maintenance = { status = " actively-developed" }
2323
2424[features ]
25- default = [" wgpu" , " tiny-skia" , " crisp" , " hinting" , " web-colors" , " thread-pool" , " linux-theme-detection" , " x11" , " wayland" ]
25+ default = [
26+ " wgpu" ,
27+ " tiny-skia" ,
28+ " crisp" ,
29+ " hinting" ,
30+ " web-colors" ,
31+ " thread-pool" ,
32+ " linux-theme-detection" ,
33+ " x11" ,
34+ " wayland" ,
35+ ]
2636# Enables the `wgpu` GPU-accelerated renderer with all its default features (Vulkan, Metal, DX12, OpenGL, and WebGPU)
2737wgpu = [" wgpu-bare" , " iced_renderer/wgpu" ]
2838# Enables the `wgpu` GPU-accelerated renderer with the minimum required features (no backends!)
@@ -136,24 +146,24 @@ strip = "debuginfo"
136146
137147[workspace ]
138148members = [
139- " beacon" ,
140- " core" ,
141- " debug" ,
142- " devtools" ,
143- " futures" ,
144- " graphics" ,
145- " highlighter" ,
146- " program" ,
147- " renderer" ,
148- " runtime" ,
149- " selector" ,
150- " test" ,
151- " tester" ,
152- " tiny_skia" ,
153- " wgpu" ,
154- " widget" ,
155- " winit" ,
156- " examples/*" ,
149+ " beacon" ,
150+ " core" ,
151+ " debug" ,
152+ " devtools" ,
153+ " futures" ,
154+ " graphics" ,
155+ " highlighter" ,
156+ " program" ,
157+ " renderer" ,
158+ " runtime" ,
159+ " selector" ,
160+ " test" ,
161+ " tester" ,
162+ " tiny_skia" ,
163+ " wgpu" ,
164+ " widget" ,
165+ " winit" ,
166+ " examples/*" ,
157167]
158168
159169[workspace .package ]
@@ -193,9 +203,12 @@ bitflags = "2.0"
193203bytemuck = { version = " 1.0" , features = [" derive" ] }
194204bytes = " 1.6"
195205cargo-hot = { version = " 0.1" , package = " cargo-hot-protocol" }
196- cosmic-text = " 0.18"
197- cryoglyph = { git = " https://github.com/iced-rs/cryoglyph.git" , rev = " 1d68895e9c4c9b73739f826e81c2e3012c155cce" }
198- futures = { version = " 0.3" , default-features = false , features = [" std" , " async-await" ] }
206+ cosmic-text = { git = " https://github.com/pop-os/cosmic-text.git" , rev = " 9a2ab09f06905e91f41d64ac6eee887726e7fd76" }
207+ cryoglyph = { git = " https://github.com/hojjatabdollahi/cryoglyph.git" , rev = " ccd3f6ea81fc6cf83e0b2cf34bb8cbb1779f6cd3" }
208+ futures = { version = " 0.3" , default-features = false , features = [
209+ " std" ,
210+ " async-await" ,
211+ ] }
199212glam = " 0.25"
200213guillotiere = " 0.6"
201214half = " 2.2"
@@ -226,18 +239,28 @@ smol_str = "0.2"
226239softbuffer = { version = " 0.4" , default-features = false }
227240sysinfo = " 0.33"
228241thiserror = " 2"
229- tiny-skia = { version = " 0.11" , default-features = false , features = [" std" , " simd" ] }
242+ tiny-skia = { version = " 0.11" , default-features = false , features = [
243+ " std" ,
244+ " simd" ,
245+ ] }
230246tokio = " 1.0"
231247tracing = " 0.1"
232- two-face = { version = " 0.4" , default-features = false , features = [" syntect-default-fancy" ] }
248+ two-face = { version = " 0.4" , default-features = false , features = [
249+ " syntect-default-fancy" ,
250+ ] }
233251unicode-segmentation = " 1.0"
234252url = " 2.5"
235253wasm-bindgen-futures = " 0.4"
236254wasmtimer = " 0.4.2"
237255web-sys = " =0.3.85"
238256web-time = " 1.1"
239- wgpu = { version = " 28.0" , default-features = false , features = [" std" , " wgsl" ] }
240- winit = { git = " https://github.com/iced-rs/winit.git" , rev = " 05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed" , default-features = false , features = [" rwh_06" ] }
257+ wgpu = { version = " 28.0" , default-features = false , features = [
258+ " std" ,
259+ " wgsl" ,
260+ ] }
261+ winit = { git = " https://github.com/iced-rs/winit.git" , rev = " 05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed" , default-features = false , features = [
262+ " rwh_06" ,
263+ ] }
241264
242265[workspace .lints .rust ]
243266rust_2018_idioms = { level = " deny" , priority = -1 }
0 commit comments