mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
Update Orbtk
This commit is contained in:
parent
49403751e5
commit
7dd96aceff
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1029,8 +1029,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "orbtk"
|
name = "orbtk"
|
||||||
version = "0.3.1-alpha3"
|
version = "0.3.1-alpha3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/redox-os/orbtk#00f44b943333e9683cc1cf9441643b353dd7756d"
|
||||||
checksum = "bba6b4c0ed9508eb25bd3a2eb602be9457fcb4e10c69b4e7bbae6cde09013369"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dces",
|
"dces",
|
||||||
"orbtk-api",
|
"orbtk-api",
|
||||||
|
@ -6,5 +6,5 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
czkawka_core = { path = "../czkawka_core" }
|
czkawka_core = { path = "../czkawka_core" }
|
||||||
#orbtk = {git = "https://github.com/redox-os/orbtk"}
|
orbtk = {git = "https://github.com/redox-os/orbtk"}
|
||||||
orbtk = "=0.3.1-alpha3"
|
#orbtk = "=0.3.1-alpha3"
|
Loading…
Reference in New Issue
Block a user