summaryrefslogblamecommitdiffstats
path: root/examples/integration/Cargo.toml
blob: afc2c791dc6ad612ceb49a8e4a6748beafb59206 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                            
[package]
name = "integration"
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.7"