From cedf46ced8cbbb37bb8696e349e324a3af4b9049 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 23 Feb 2017 18:08:23 -0700 Subject: [PATCH] Use cargo orbtk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e4b88b..9e6afc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ html5ever-atoms = "0.1" orbclient = "0.2" orbfont = "0.1" orbimage = "0.1" -orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "arc" } +orbtk = "0.2" ransid = "0.2" rustls = "0.5" tendril = "0.2" -- GitLab