Simplify re-exports paths

This commit is contained in:
grovesNL 2023-01-29 22:04:01 -03:30 committed by Josh Groves
parent 658fcf4d6f
commit 288cd89cf8
5 changed files with 20 additions and 11 deletions

View file

@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = "0.14.0"
etagere = "0.2.6"
cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "a5903bb" }
cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "a5903bb", features = ["std", "swash"] }
[dev-dependencies]
winit = "0.27.0"