hypr-chrome v0.1

This commit is contained in:
2026-07-28 21:22:13 +02:00
commit a28a899874
18 changed files with 1227 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[repository]
name = "hypr-chrome"
authors = ["darman96"]
commit_pins = []
[hypr-chrome]
description = "Draws a chamfered HUD-style border frame with a title bar around each window."
authors = ["darman96"]
output = "hypr-chrome.so"
build = [
"cmake -B build -S .",
"cmake --build build",
]