veloren/plugin/examples/hello/build_plugin/plugin.toml
2024-09-25 14:13:47 +00:00

10 lines
333 B
TOML

# The name of the plugin (lowercase, no spaces)
name = "hello"
# A list of paths to WASM modules in the plugin (this can be used to group
# plugins together in a rudimentary way until we implement dependencies).
modules = ["hello.wasm"]
# Plugins required by this plugin (currently unsupported, keep this empty)
dependencies = []