Skip to content

Commit

Permalink
bump cosmic-text
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Aug 23, 2023
1 parent 6e86d1f commit 594dba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ license.workspace = true
[dependencies]
resvg = "0.33.0"
peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "061ca70e105f920b21f1dd24c5d5c89592f3cf64" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "96858440532d1e5ae2e50df734e44322b426d0de" }
# cosmic-text = { path = "../../cosmic-text" }
2 changes: 1 addition & 1 deletion vger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ futures = "0.3.26"
anyhow = "1.0.69"
peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" }
swash = "0.1.8"
vger = { git = "https://github.com/lapce/vger-rs", rev = "952143f37d8822ef3754189734c62549025e7df5" }
vger = { git = "https://github.com/lapce/vger-rs", rev = "4765fb2c0cc4507a4cc6133a326b4a05bf6d9a94" }
# vger = { path = "../../vger-rs" }
floem_renderer = { path = "../renderer" }

0 comments on commit 594dba3

Please sign in to comment.