From e93c19aacc4fd53eb453d07d12245dd6a1f91e9b Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Mon, 22 Jun 2020 14:13:37 +0200 Subject: [PATCH] Cargo.toml: reference to orbtk's local repository Signed-off-by: Ralf Zerres --- frontend/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 553ee2a..1cef0be 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -13,7 +13,8 @@ winapi = { version = "0.3", features = ["winuser"] } [dependencies] #orbtk = "~0.3.1-alpha3" -orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } +#orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } +orbtk = { path = "../../redox-os/orbtk" } serde = { version = "~1.0", features = ["derive"] } chrono = { version = "~0.4.0", features = ["serde"] }