script_bridge.rs, index.js
This commit is contained in:
parent
a58ea4fba5
commit
a299ae1082
5 changed files with 33 additions and 1 deletions
|
@ -2,6 +2,7 @@ use std::rc::Rc;
|
|||
use zoon::*;
|
||||
|
||||
mod platform;
|
||||
mod script_bridge;
|
||||
|
||||
mod controls_panel;
|
||||
use controls_panel::ControlsPanel;
|
||||
|
|
Reference in a new issue