File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2018"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[lib ]
10
- crate-type = [' cdylib' ]
10
+ crate-type = [' cdylib' , ' lib ' ]
11
11
12
12
[dependencies ]
13
13
ammolite-math = { path = " ../ammolite/ammolite-math" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use regex::Regex;
6
6
use lazy_static:: lazy_static;
7
7
use ammolite_math:: * ;
8
8
use wasm_bindgen:: prelude:: * ;
9
- use mlib:: * ;
9
+ use :: mlib:: * ;
10
10
11
11
#[ derive( Default ) ]
12
12
pub struct SyncIO {
@@ -489,7 +489,7 @@ impl Mapp for ExampleMapp {
489
489
}
490
490
491
491
fn receive_event ( & mut self , event : Event ) {
492
- dbg ! ( event) ;
492
+ // dbg!(event);
493
493
}
494
494
495
495
fn flush_io ( & mut self ) -> IO {
You can’t perform that action at this time.
0 commit comments