mirror of
https://github.com/transistorfet/moa.git
synced 2025-08-10 23:25:08 +00:00
Fixed unresolved import in pixels frontend
This commit is contained in:
@@ -17,7 +17,7 @@ fn main() {
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
mod web {
|
||||
use wasm_bindgen::prelude::*;
|
||||
use moa_genesis::utils;
|
||||
use moa_systems_genesis::utils;
|
||||
use moa_pixels::LoadSystemFnHandle;
|
||||
|
||||
use super::load_system;
|
||||
|
Reference in New Issue
Block a user