From e9d122b1aaa47dc8dad5bd857a7430e56b8a8105 Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Sun, 21 Mar 2021 14:40:39 +1100 Subject: Add `Blob` to web-sys features rust-analyzer lied to me --- web/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'web/Cargo.toml') diff --git a/web/Cargo.toml b/web/Cargo.toml index b3f9ec31..d6bc34da 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -46,4 +46,5 @@ features = [ "InputEvent", "KeyboardEvent", "Url", + "Blob", ] -- cgit