Add spaces around iced_wgpu feature list in Cargo.toml of integration_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2021-08-25 15:39:41 +07:00
parent 0c7ca2b635
commit dda032c5b8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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"