1
0
Fork 0
mirror of synced 2024-04-28 17:42:26 +12:00

Fixes bug with close button in orbtk

This commit is contained in:
Rafał Mikrut 2020-09-10 11:16:57 +02:00
parent 2179ddebed
commit dca4ed5c4c
2 changed files with 342 additions and 729 deletions

1069
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

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