WiggleWobble/hyprload.toml
2024-10-09 16:45:51 +02:00

15 lines
332 B
TOML

[example]
description = "Example plugin"
author = "YOU"
## 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"
[example.build]
output = "build/src/example.so"
steps = [
"meson setup build",
"meson compile -Cbuild"
]