I'm not too familiar with Rust, so forgive me if this is something simple. When compiling I get the following error:
error[E0599]: no method named `debug_toggles` found for mutable reference `&mut UiSpriteMapEditor` in the current scope
--> src/ui/editor_prototypes/sprite_map_editor/left_panel.rs:36:26
|
36 | self.debug_toggles(ui);
| ^^^^^^^^^^^^^ method not found in `&mut UiSpriteMapEditor`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `smw-editor` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
I'm having a lot of issues running Lunar Magic in Wine, so I'd love to try your SMW editor out! Any help is appreciated!
I'm not too familiar with Rust, so forgive me if this is something simple. When compiling I get the following error:
I'm having a lot of issues running Lunar Magic in Wine, so I'd love to try your SMW editor out! Any help is appreciated!