10 lines
199 B
TOML
10 lines
199 B
TOML
|
|
[using.counter]
|
||
|
|
kind = "dylib"
|
||
|
|
# Adjust the path if running from another directory
|
||
|
|
path = "../../plugins/nyash-counter-plugin/libnyash_counter_plugin.so"
|
||
|
|
bid = "CounterBox"
|
||
|
|
|
||
|
|
[using]
|
||
|
|
paths = ["lib"]
|
||
|
|
|