Skip to content

Commit

Permalink
Convert rich-text example to winit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored and jackpot51 committed Mar 4, 2024
1 parent 9615978 commit a53a0b3
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 135 deletions.
7 changes: 5 additions & 2 deletions examples/rich-text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ license = "MIT OR Apache-2.0"
publish = false

[dependencies]
cosmic-text = { path = "../../" }
cosmic-text = { path = "../.." }
env_logger = "0.10"
fontdb = "0.13"
log = "0.4"
orbclient = "0.3.35"
softbuffer = "0.4"
tiny-skia = "0.11"
unicode-segmentation = "1.7"
winit = "0.29"
Loading

0 comments on commit a53a0b3

Please sign in to comment.