forked from StudioInfinity/dyna3
App: add display canvas
This commit is contained in:
parent
0c2869d3f3
commit
49170671b4
5 changed files with 46 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
mod app;
|
||||
mod assembly;
|
||||
mod display;
|
||||
|
||||
use sycamore::prelude::*;
|
||||
|
||||
use app::App;
|
||||
use display::Display;
|
||||
|
||||
fn main() {
|
||||
sycamore::render(|| {
|
||||
view! {
|
||||
App {}
|
||||
Display {}
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue