diff options
author | 2021-08-25 15:39:41 +0700 | |
---|---|---|
committer | 2021-08-25 15:39:41 +0700 | |
commit | dda032c5b82c8dbc818e7bb6b0262644a4008995 (patch) | |
tree | f4cc79a9434ea49d1b66aba435fb77f39b094f11 /examples | |
parent | 0c7ca2b635e353a87d1e9732ce739ef2c6e1f9c4 (diff) | |
download | iced-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.toml | 2 |
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" |