mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
10 lines
333 B
TOML
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 = []
|
|
|