diff options
author | 2021-08-19 03:06:35 +0200 | |
---|---|---|
committer | 2021-08-19 03:06:38 +0200 | |
commit | 18753b77fc7a64292748fb303fa75fde1dd65f4d (patch) | |
tree | 13f1cc6a528ee1cffb2614ad7285d06c8223e84c /examples/integration_wgpu/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-- | examples/integration_wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_wgpu/Cargo.toml b/examples/integration_wgpu/Cargo.toml index 743c655e..26c5a07d 100644 --- a/examples/integration_wgpu/Cargo.toml +++ b/examples/integration_wgpu/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] iced_winit = { path = "../../winit" } -iced_wgpu = { path = "../../wgpu" } +iced_wgpu = { path = "../../wgpu", features=["spirv"] } env_logger = "0.8" |