summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-25 15:39:41 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-25 15:39:41 +0700
commitdda032c5b82c8dbc818e7bb6b0262644a4008995 (patch)
treef4cc79a9434ea49d1b66aba435fb77f39b094f11 /examples
parent0c7ca2b635e353a87d1e9732ce739ef2c6e1f9c4 (diff)
downloadiced-dda032c5b82c8dbc818e7bb6b0262644a4008995.tar.gz
iced-dda032c5b82c8dbc818e7bb6b0262644a4008995.tar.bz2
iced-dda032c5b82c8dbc818e7bb6b0262644a4008995.zip
Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_wgpu/Cargo.toml b/examples/integration_wgpu/Cargo.toml
index 26c5a07d..a088dd1b 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", features=["spirv"] }
+iced_wgpu = { path = "../../wgpu", features = ["spirv"] }
env_logger = "0.8"