diff options
author | 2021-08-19 03:06:35 +0200 | |
---|---|---|
committer | 2021-08-19 03:06:38 +0200 | |
commit | 18753b77fc7a64292748fb303fa75fde1dd65f4d (patch) | |
tree | 13f1cc6a528ee1cffb2614ad7285d06c8223e84c /Cargo.toml | |
parent | 663c3685da4140c9224ae6b189245c991508624b (diff) | |
download | iced-18753b77fc7a64292748fb303fa75fde1dd65f4d.tar.gz iced-18753b77fc7a64292748fb303fa75fde1dd65f4d.tar.bz2 iced-18753b77fc7a64292748fb303fa75fde1dd65f4d.zip |
wgpu: Update to 0.10
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/iced" readme = "README.md" keywords = ["gui", "ui", "graphics", "interface", "widgets"] categories = ["gui"] +resolver = "2" [features] default = ["wgpu", "default_system_font"] |