Cargo.toml: reference to orbtk's local repository

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-22 14:13:37 +02:00
parent 3c8ac0ef7e
commit 477f89eb0c

View File

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