mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 13:01:28 +01:00
11 lines
141 B
TOML
11 lines
141 B
TOML
[example]
|
|
description = "Example plugin"
|
|
version = "1.0.0"
|
|
author = "YOU"
|
|
|
|
[example.build]
|
|
output = "example.so"
|
|
steps = [
|
|
"make all",
|
|
]
|