From 49d109544028b2e0e9cea44441826e0cfce9f34e Mon Sep 17 00:00:00 2001 From: _ <> Date: Mon, 19 Jul 2021 09:53:08 -0500 Subject: [PATCH] :construction: patch out FLTK so the relay can build --- prototypes/quic_demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/quic_demo/Cargo.toml b/prototypes/quic_demo/Cargo.toml index ea603c0..2b9c2ac 100644 --- a/prototypes/quic_demo/Cargo.toml +++ b/prototypes/quic_demo/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL-3.0" [dependencies] anyhow = "1.0.38" base64 = "0.13.0" -fltk = "1.1.1" +# fltk = "1.1.1" futures-util = "0.3.9" quinn = "0.7.2" rcgen = "0.8.11"