mirror of
https://github.com/Trensa-Organization/split-monitor-workspaces.git
synced 2025-03-15 19:23:39 +01:00
10 lines
204 B
TOML
10 lines
204 B
TOML
[split-plugin-workspaces]
|
|
description = "Split plugin workspaces"
|
|
version = "1.0.0"
|
|
author = "Duckonaut"
|
|
|
|
[split-plugin-workspaces.build]
|
|
output = "split-plugin-workspaces.so"
|
|
steps = [
|
|
"make all",
|
|
]
|