iced/examples/integration_wgpu/Cargo.toml
2021-08-13 20:12:07 +07:00

11 lines
257 B
TOML

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