mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
10 lines
295 B
TOML
10 lines
295 B
TOML
#TODO missing script for CMake, see https://github.com/Faster3ck/Converseen/blob/main/INSTALL.md#install-converseen-using-qt6
|
|
[source]
|
|
git = "https://github.com/Faster3ck/Converseen"
|
|
rev = "9b2821b5ed6673a7abebbe4ee42f4718ab366485"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt6-base",
|
|
]
|