chore: remove hyprload

This commit is contained in:
Matias 2025-07-16 22:29:30 +02:00
parent 8211583606
commit 9b6c381496
No known key found for this signature in database
GPG Key ID: ED35A6AC65A06B69

View File

@ -1,14 +0,0 @@
[wigglewobble]
description = "Wobbly windows for Hyprland"
author = "All-Purpose Mat"
## NOTE: version is omitted here because I don't like having multiple places
## to update the version string. Feel free to add it back in.
#
# version = "v0.0.0"
[wigglewobble.build]
output = "build/src/wigglewobble.so"
steps = [
"meson setup build",
"meson compile -Cbuild"
]