Make example work on web and update READMEs
This commit is contained in:
parent
eda1048dbc
commit
86dede4c4c
13 changed files with 101 additions and 32 deletions
|
|
@ -8,9 +8,12 @@ repository = "https://github.com/hecrj/iced"
|
|||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "ggez"
|
||||
path = "src/iced_ggez/main.rs"
|
||||
name = "main"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
futures-preview = "=0.3.0-alpha.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue