Cargo.toml: reference to orbtk's local repository
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -13,7 +13,8 @@ winapi = { version = "0.3", features = ["winuser"] }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#orbtk = "~0.3.1-alpha3"
|
#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"] }
|
serde = { version = "~1.0", features = ["derive"] }
|
||||||
chrono = { version = "~0.4.0", features = ["serde"] }
|
chrono = { version = "~0.4.0", features = ["serde"] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user