mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 10:43:40 +01:00
12 lines
255 B
TOML
12 lines
255 B
TOML
[repository]
|
|
name = "hy3"
|
|
authors = ["outfoxxed, DRAGONTOS"]
|
|
|
|
[hy3]
|
|
description = "i3 like tiling for hyprland"
|
|
authors = ["outfoxxed, DRAGONTOS"]
|
|
output = "build/libhy3.so"
|
|
build = [
|
|
"cmake -DCMAKE_BUILD_TYPE=Release -B build",
|
|
"cmake --build build"
|
|
]
|