summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-05 05:12:36 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-05 05:12:36 +0200
commit0c3f78713d24b263e94cf6aebb8862926feaff23 (patch)
treefd7536e245228369dfb3300826002459c5a99ff3 /wgpu/Cargo.toml
parenta90f7fcb987f667a80038a5e72f379abbd59d932 (diff)
downloadiced-0c3f78713d24b263e94cf6aebb8862926feaff23.tar.gz
iced-0c3f78713d24b263e94cf6aebb8862926feaff23.tar.bz2
iced-0c3f78713d24b263e94cf6aebb8862926feaff23.zip
Draft basic text rendering using `wgpu_glyph`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 879def28..79661baa 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -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"