Add spaces around iced_wgpu feature list in Cargo.toml of integration_wgpu
This commit is contained in:
parent
0c7ca2b635
commit
dda032c5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue