Skip to content

Commit

Permalink
bump cosmic-text
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Oct 9, 2023
1 parent 7a5a551 commit 5dd6c86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license.workspace = true
resvg = "0.33.0"
image = { version = "0.24", features = ["jpeg", "png"] }
peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "23555c6abf596c9a7fb1d4e604bf2711b0e58ed8" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "f645d6d504f3de6abebadb687b05c33021ac3e42" }
# 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,7 +12,7 @@ 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 = "9d34d2a29552760c446874db885cbe061f9e24ca" }
vger = { git = "https://github.com/lapce/vger-rs", rev = "2cb0c2b28fa7bbb98e7fa1f4527c8c27c4512067" }
# vger = { path = "../../vger-rs" }
image = { version = "0.24", features = ["jpeg", "png"] }
floem_renderer = { path = "../renderer" }
2 changes: 1 addition & 1 deletion vger/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::sync::Arc;

use anyhow::Result;
use floem_renderer::cosmic_text::{SubpixelBin, SwashCache, SwashImage, TextLayout};
use floem_renderer::cosmic_text::{SubpixelBin, SwashCache, TextLayout};
use floem_renderer::{tiny_skia, Img, Renderer};
use image::EncodableLayout;
use peniko::{
Expand Down

0 comments on commit 5dd6c86

Please sign in to comment.