summaryrefslogblamecommitdiffstats
path: root/examples/integration_wgpu/Cargo.toml
blob: 26c5a07d300bd438c15a4e4e54808d8443227f46 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                         






                                                            
                                                       
                  
[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"