1
0
Fork 0
mirror of synced 2024-05-14 01:12:41 +12:00

Update Orbtk

This commit is contained in:
Rafał Mikrut 2020-09-07 20:27:15 +02:00
parent 49403751e5
commit 7dd96aceff
2 changed files with 3 additions and 4 deletions

3
Cargo.lock generated
View file

@ -1029,8 +1029,7 @@ dependencies = [
[[package]]
name = "orbtk"
version = "0.3.1-alpha3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba6b4c0ed9508eb25bd3a2eb602be9457fcb4e10c69b4e7bbae6cde09013369"
source = "git+https://github.com/redox-os/orbtk#00f44b943333e9683cc1cf9441643b353dd7756d"
dependencies = [
"dces",
"orbtk-api",

View file

@ -6,5 +6,5 @@ edition = "2018"
[dependencies]
czkawka_core = { path = "../czkawka_core" }
#orbtk = {git = "https://github.com/redox-os/orbtk"}
orbtk = "=0.3.1-alpha3"
orbtk = {git = "https://github.com/redox-os/orbtk"}
#orbtk = "=0.3.1-alpha3"