build.rs instead of frontend crate features
This commit is contained in:
parent
e034a2bb14
commit
be5d33e5c1
7 changed files with 43 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
use zoon::*;
|
||||
use shared::wellen_helpers;
|
||||
use std::sync::Mutex;
|
||||
use wellen::simple::Waveform;
|
||||
use shared::wellen_helpers;
|
||||
use zoon::*;
|
||||
|
||||
#[derive(Default)]
|
||||
struct Store {
|
||||
|
|
Reference in a new issue