Add integration example

It showcases how to integrate iced in an existing graphical application.
This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 05:32:56 +01:00
parent a244f93243
commit 4d7979aa77
7 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,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"