Clean plugins
Some checks failed
Deploy Website / deploy (push) Failing after 4m48s

This commit is contained in:
2026-02-21 01:27:32 +01:00
parent 75a8fd4401
commit baa2aba381
12 changed files with 284 additions and 167 deletions

View File

@@ -91,6 +91,7 @@ impl App {
Self::build(variables, dict, rng, false)
}
#[allow(dead_code)]
pub fn new_plugin(variables: Variables, dict: Dictionary, rng: Rng) -> Self {
Self::build(variables, dict, rng, true)
}