WiggleWobble/hyprload.toml
2025-06-16 13:27:18 +02:00

15 lines
372 B
TOML

[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"
]