Merge pull request #788 from Liamolucko/web-in-memory-image

feat(web): Support in-memory image data
This commit is contained in:
Héctor Ramón 2021-09-01 13:41:59 +07:00 committed by GitHub
commit dcd362813a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

View file

@ -20,6 +20,7 @@ wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
url = "2.0"
num-traits = "0.2"
base64 = "0.13"
[dependencies.iced_core]
version = "0.4"