diff options
author | 2021-05-19 17:11:51 +0700 | |
---|---|---|
committer | 2021-05-19 17:18:43 +0700 | |
commit | cf6af4c2560f5996bc533402ac3e4289c0c94702 (patch) | |
tree | 4ca7516524e13803fe06a397bc5788d299ad0b49 /Cargo.toml | |
parent | 8b7452a55def8620f2c91df40d3882c449f85420 (diff) | |
download | iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.tar.gz iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.tar.bz2 iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.zip |
Use latest `wgpu` releases instead of patched sources
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -11,18 +11,6 @@ readme = "README.md" keywords = ["gui", "ui", "graphics", "interface", "widgets"] categories = ["gui"] -[patch."https://github.com/gfx-rs/wgpu"] -wgpu-types = { git = "https://github.com/Dispersia/wgpu" } -wgpu-core = { git = "https://github.com/Dispersia/wgpu" } - -[patch."https://github.com/gfx-rs/wgpu-rs"] -wgpu = { git = "https://github.com/Dispersia/wgpu-rs" } - -[patch.crates-io] -wgpu-types = { git = "https://github.com/Dispersia/wgpu" } -wgpu-core = { git = "https://github.com/Dispersia/wgpu" } -wgpu = { git = "https://github.com/Dispersia/wgpu-rs" } - [features] default = ["wgpu", "default_system_font"] # Enables the `iced_wgpu` renderer |