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"] }