From b2ff03fe2989d869d76c6efc36a61d41957d6eb3 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 16 Jun 2020 18:34:29 -0500 Subject: [PATCH] Drop Bmp, add Webp --- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/index.rs.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc5c44e..e4ed9a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pict-rs-proxy" -version = "0.1.3" +version = "0.1.4" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 460daae..18bfa23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pict-rs-proxy" -version = "0.1.3" +version = "0.1.4" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/templates/index.rs.html b/templates/index.rs.html index 1c2928e..3554efe 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -15,7 +15,7 @@
- +
Select Files @@ -23,7 +23,7 @@ id="file-upload-input" type="file" name="@name" - accept="image/png,image/gif,image/jpeg,image/bmp,.jpg,.jpeg,.png,.gif,.bmp" + accept="image/png,image/gif,image/jpeg,image/webp,.jpg,.jpeg,.png,.gif,.webp" multiple />