Skip to content

Commit 2e86985

Browse files
DROPME: cosmic-text and cryoglyph update
1 parent b4c9473 commit 2e86985

File tree

2 files changed

+51
-29
lines changed

2 files changed

+51
-29
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 49 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ all-features = true
2222
maintenance = { 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)
2737
wgpu = ["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]
138148
members = [
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"
193203
bytemuck = { version = "1.0", features = ["derive"] }
194204
bytes = "1.6"
195205
cargo-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+
] }
199212
glam = "0.25"
200213
guillotiere = "0.6"
201214
half = "2.2"
@@ -226,18 +239,28 @@ smol_str = "0.2"
226239
softbuffer = { version = "0.4", default-features = false }
227240
sysinfo = "0.33"
228241
thiserror = "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+
] }
230246
tokio = "1.0"
231247
tracing = "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+
] }
233251
unicode-segmentation = "1.0"
234252
url = "2.5"
235253
wasm-bindgen-futures = "0.4"
236254
wasmtimer = "0.4.2"
237255
web-sys = "=0.3.85"
238256
web-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]
243266
rust_2018_idioms = { level = "deny", priority = -1 }

0 commit comments

Comments
 (0)