standalone version

This commit is contained in:
Haze Weathers 2025-09-17 12:38:55 -06:00
parent 1f816f1765
commit 5144852e01
6 changed files with 771 additions and 70 deletions

View file

@ -89,7 +89,7 @@ impl Plugin for Worm {
self.params.clone()
}
fn editor(&mut self, async_executor: AsyncExecutor<Self>) -> Option<Box<dyn Editor>> {
fn editor(&mut self, _async_executor: AsyncExecutor<Self>) -> Option<Box<dyn Editor>> {
editor::create(self.params.clone(), self.params.editor_state.clone())
}