summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu/Cargo.toml
blob: 743c655eebb2c230f5d0d05d01edd0a4b8f565ab (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" }
env_logger = "0.8"