Skip to content

Commit

Permalink
Update to cosmic-text refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 19, 2023
1 parent 7a26007 commit f05f658
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 262 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ iced_accessibility = { version = "0.1", path = "accessibility" }
async-std = "1.0"
bitflags = "1.0"
bytemuck = { version = "1.0", features = ["derive"] }
cosmic-text = "0.10"
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", branch = "refactor" }
futures = "0.3"
glam = "0.24"
glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "2caa9fc5e5923c1d827d177c3619cab7e9885b85" }
glyphon = { git = "https://github.com/jackpot51/glyphon.git", branch = "refactor" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"
Expand Down Expand Up @@ -174,4 +174,4 @@ winapi = "0.3"
window_clipboard = "0.3"
[workspace.dependencies.winit]
git = "https://github.com/pop-os/winit.git"
branch = "master"
branch = "master"
Loading

0 comments on commit f05f658

Please sign in to comment.