summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-09-01 13:41:59 +0700
committerLibravatar GitHub <noreply@github.com>2021-09-01 13:41:59 +0700
commitdcd362813af45efbde84db940cfe6f6fbf40ca7b (patch)
tree84f7fd5158738c3984b8631e068594901d774cf7 /web/Cargo.toml
parent4aa741af17ce9edec921be4a40b16301274289be (diff)
parent11f29bca86e299ed3e2c0d3db0d8058efe4be7ef (diff)
downloadiced-dcd362813af45efbde84db940cfe6f6fbf40ca7b.tar.gz
iced-dcd362813af45efbde84db940cfe6f6fbf40ca7b.tar.bz2
iced-dcd362813af45efbde84db940cfe6f6fbf40ca7b.zip
Merge pull request #788 from Liamolucko/web-in-memory-image
feat(web): Support in-memory image data
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r--web/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml
index 06573b95..8a5d6374 100644
--- a/web/Cargo.toml
+++ b/web/Cargo.toml
@@ -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"