veloren/plugin/examples/anim/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 = "lizard"
# 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 = ["anim.wasm"]
# Plugins required by this plugin (currently unsupported, keep this empty)
dependencies = []