From 4293dcb2540144cc69a9f1370103bb780eca69f3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 4 Dec 2019 03:55:33 +0100 Subject: Rename `image::Handle::from_bytes` to `from_memory` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, replace `image` example with a new `pokedex` example using the PokéAPI. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71d3b3cd..888a1c07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" directories = "2.0" reqwest = "0.9" +rand = "0.7" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen = "0.2.51" -- cgit