Skip to content

Commit

Permalink
bump vger-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Nov 2, 2023
1 parent ae64eaf commit 639d86b
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 @@ -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 = "5bfa288f19970a0b482ad75d5f460ad2c4e08900" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747" }
# 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 = "9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad" }
vger = { git = "https://github.com/lapce/vger-rs", rev = "ed10537c72a732a03f782225a39da80e6f9acbbe" }
# vger = { path = "../../vger-rs" }
image = { version = "0.24", features = ["jpeg", "png"] }
floem_renderer = { path = "../renderer" }

0 comments on commit 639d86b

Please sign in to comment.