mirror of
https://github.com/qarmin/czkawka
synced 2024-11-13 19:11:06 +00:00
10 lines
280 B
TOML
10 lines
280 B
TOML
[package]
|
|
name = "czkawka_gui_orbtk"
|
|
version = "0.1.1"
|
|
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
czkawka_core = { path = "../czkawka_core" }
|
|
orbtk = {git = "https://github.com/redox-os/orbtk", branch="develop"}
|
|
#orbtk = "=0.3.1-alpha3" |