diff options
author | 2021-07-22 18:21:50 +0700 | |
---|---|---|
committer | 2021-07-22 18:21:50 +0700 | |
commit | 217f5be8272f48a5b043d066ed1788cc127e1164 (patch) | |
tree | ef09f2324d8d44d52938d34d8d007ff1bf681721 /glow/Cargo.toml | |
parent | 6469e463cd1f99190c6eba4701d4c1059934d3ee (diff) | |
download | iced-217f5be8272f48a5b043d066ed1788cc127e1164.tar.gz iced-217f5be8272f48a5b043d066ed1788cc127e1164.tar.bz2 iced-217f5be8272f48a5b043d066ed1788cc127e1164.zip |
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Diffstat (limited to '')
-rw-r--r-- | glow/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index f5934f8f..e40b8ba8 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -11,7 +11,6 @@ repository = "https://github.com/hecrj/iced" canvas = ["iced_graphics/canvas"] qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] -glyph_draw_cache_multithread = [] # Not supported yet! image = [] svg = [] |