chore: use local cosmic-text checkout
This commit is contained in:
parent
821f54693e
commit
f93673c6f4
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -1457,7 +1457,7 @@ dependencies = [
|
||||||
"alacritty_terminal",
|
"alacritty_terminal",
|
||||||
"clap_lex",
|
"clap_lex",
|
||||||
"cosmic-files",
|
"cosmic-files",
|
||||||
"cosmic-text 0.19.0 (git+https://forge.aditua.com/leyoda/cosmic-text.git?branch=local%2Fpr-503)",
|
"cosmic-text",
|
||||||
"fork 0.4.0",
|
"fork 0.4.0",
|
||||||
"hex_color",
|
"hex_color",
|
||||||
"i18n-embed",
|
"i18n-embed",
|
||||||
|
|
@ -1597,7 +1597,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
||||||
name = "cryoglyph"
|
name = "cryoglyph"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cosmic-text 0.19.0",
|
"cosmic-text",
|
||||||
"etagere",
|
"etagere",
|
||||||
"lru",
|
"lru",
|
||||||
"rustc-hash 2.1.2",
|
"rustc-hash 2.1.2",
|
||||||
|
|
@ -2908,7 +2908,7 @@ version = "0.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.11.1",
|
"bitflags 2.11.1",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"cosmic-text 0.19.0",
|
"cosmic-text",
|
||||||
"half",
|
"half",
|
||||||
"iced_core",
|
"iced_core",
|
||||||
"iced_futures",
|
"iced_futures",
|
||||||
|
|
@ -2960,7 +2960,7 @@ name = "iced_tiny_skia"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"cosmic-text 0.19.0",
|
"cosmic-text",
|
||||||
"iced_debug",
|
"iced_debug",
|
||||||
"iced_graphics",
|
"iced_graphics",
|
||||||
"kurbo 0.10.4",
|
"kurbo 0.10.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue