Skip to content

Commit

Permalink
bump winit and cosmic-text
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Dec 11, 2023
1 parent 7777fcf commit 92ba640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ floem_renderer = { path = "renderer" }
floem_vger = { path = "vger" }
floem_tiny_skia = { path = "tiny_skia" }
floem_reactive = { path = "reactive" }
winit = { git = "https://github.com/lapce/winit", rev = "e8c26d691a20a96c4e9d841d31fc315dabd5a5a1", features = ["rwh_05"] }
winit = { git = "https://github.com/lapce/winit", rev = "a75f4124c5f26990d061a49ae7451f4bbad8bc0e", features = ["rwh_05"] }
# winit = { path = "../winit", features = ["rwh_05"] }
image = { version = "0.24", features = ["jpeg", "png"] }
copypasta = { version = "0.10.0", default-features = false, features = ["wayland", "x11"] }
Expand Down
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 = "f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747" }
cosmic-text = { git = "https://github.com/lapce/cosmic-text", rev = "fdc5165f79bb24c76bfeb335dbfa133094636e25" }
# 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 = "ed10537c72a732a03f782225a39da80e6f9acbbe" }
vger = { git = "https://github.com/lapce/vger-rs", rev = "ba0df7cd8e23b9fa692c827b56491d2034f3a810" }
# vger = { path = "../../vger-rs" }
image = { version = "0.24", features = ["jpeg", "png"] }
floem_renderer = { path = "../renderer" }

0 comments on commit 92ba640

Please sign in to comment.