feat: expose draw_cache_multithread

This commit is contained in:
Yusuf Bera Ertan 2021-06-14 18:06:28 +03:00
parent e68da229b3
commit 6469e463cd
No known key found for this signature in database
GPG key ID: 1D8F8FAF2294D6EA
5 changed files with 12 additions and 2 deletions

View file

@ -24,6 +24,7 @@ farbfeld = ["image_rs/farbfeld"]
canvas = ["iced_graphics/canvas"]
qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
glyph_draw_cache_multithread = []
[dependencies]
wgpu = "0.8"