Draft basic text rendering using wgpu_glyph

This commit is contained in:
Héctor Ramón Jiménez 2019-10-05 05:12:36 +02:00
parent a90f7fcb98
commit 0c3f78713d
4 changed files with 221 additions and 49 deletions

View file

@ -13,4 +13,5 @@ vulkan = ["wgpu/vulkan"]
[dependencies]
iced_native = { version = "0.1.0-alpha", path = "../native" }
wgpu = "0.3"
wgpu_glyph = "0.4"
raw-window-handle = "0.1"