[examples] julia_set - port to rust 2018

This commit is contained in:
LachezarLechev
2018-12-12 08:10:02 +01:00
parent 82b322a12f
commit dd82cd4722
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,3 @@
extern crate wasm_bindgen;
extern crate web_sys;
use std::ops::Add;
use wasm_bindgen::prelude::*;
use wasm_bindgen::Clamped;