summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu/Cargo.toml
blob: a088dd1bdcd960e39e34f4cb97766cc7f4815b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "integration_wgpu"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced_winit = { path = "../../winit" }
iced_wgpu = { path = "../../wgpu", features = ["spirv"] }
env_logger = "0.8"