WiggleWobble/hyprload.toml
Stanisław Zagórowski bb63f673d0 Hyprload manifest
2023-04-06 14:14:04 +02:00

11 lines
141 B
TOML

[example]
description = "Example plugin"
version = "1.0.0"
author = "YOU"
[example.build]
output = "example.so"
steps = [
"make all",
]