[oden] JavaScript, god help me
This commit is contained in:
parent
16e6f1304c
commit
8d7dd789ed
6 changed files with 92 additions and 4 deletions
|
|
@ -356,6 +356,8 @@ pub async fn run() {
|
|||
let mut state = State::new(window).await;
|
||||
|
||||
let context = script::ScriptContext::new();
|
||||
context.init();
|
||||
|
||||
event_loop.run(move |event, _, control_flow| {
|
||||
control_flow.set_poll();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue