Start iced_winit and iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2019-10-03 00:01:45 +02:00
parent 67d3fe67f3
commit e1b9d42bf1
22 changed files with 687 additions and 1542 deletions

12
wgpu/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "iced_wgpu"
version = "0.1.0-alpha"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A wgpu renderer for Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"
[dependencies]
iced_native = { version = "0.1.0-alpha", path = "../native" }
wgpu = "0.3"