Merge pull request #122 from hecrj/feature/event-subscriptions

Event subscriptions
This commit is contained in:
Héctor Ramón 2019-12-16 21:38:56 +01:00 committed by GitHub
commit 0f2e20f5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 726 additions and 39 deletions

View file

@ -37,14 +37,16 @@ iced_wgpu = { version = "0.1.0", path = "wgpu" }
iced_web = { version = "0.1.0", path = "web" }
[dev-dependencies]
iced_native = { version = "0.1", path = "./native" }
iced_wgpu = { version = "0.1", path = "./wgpu" }
env_logger = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
directories = "2.0"
reqwest = "0.9"
futures = "0.3"
async-std = { version = "1.3", features = ["unstable"] }
surf = { version = "1.0", git = "https://github.com/http-rs/surf.git", rev = "2ff0f95513e82bdb5ccc56767f9dd0985f2eb8fe" }
rand = "0.7"
iced_native = { version = "0.1", path = "./native" }
iced_wgpu = { version = "0.1", path = "./wgpu" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2.51"