This commit is contained in:
Simon Gardling 2022-02-14 11:31:31 -05:00
parent af8fcdde88
commit 9055c0302b

View File

@ -1,9 +1,9 @@
use meval::Expr;
use plotters::prelude::*;
use plotters_canvas::CanvasBackend;
use std::panic;
use wasm_bindgen::prelude::*;
use web_sys::HtmlCanvasElement;
use std::panic;
#[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;