From c33dcd81b45c9949bd4ef53155e7460dbdae05fd Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 24 Feb 2017 13:15:35 -0700 Subject: [PATCH] Use patched jpeg-decoder to work around threading issue --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1320928..4f53a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,6 @@ members = [ "schemes/tcpd", "schemes/udpd" ] + +[replace] +"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder", branch="single_thread" }