Skip to content

Commit a53a0b3

Browse files
nicoburnsjackpot51
authored andcommitted
Convert rich-text example to winit
1 parent 9615978 commit a53a0b3

File tree

2 files changed

+258
-135
lines changed

2 files changed

+258
-135
lines changed

examples/rich-text/Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ license = "MIT OR Apache-2.0"
77
publish = false
88

99
[dependencies]
10-
cosmic-text = { path = "../../" }
10+
cosmic-text = { path = "../.." }
1111
env_logger = "0.10"
1212
fontdb = "0.13"
1313
log = "0.4"
14-
orbclient = "0.3.35"
14+
softbuffer = "0.4"
15+
tiny-skia = "0.11"
16+
unicode-segmentation = "1.7"
17+
winit = "0.29"

0 commit comments

Comments
 (0)