~janbaudisch/heron

055c4690fa83a8d8a4e5f8cccced58573a3f760f — Jan Baudisch 4 years ago 0a5bfda + 3976d52 master
Merge branch 'master' of github.com:janbaudisch/heron
3 files changed, 2 insertions(+), 4 deletions(-)

M heron/Cargo.toml
M heron_web/Cargo.toml
M heron_web/src/main.rs
M heron/Cargo.toml => heron/Cargo.toml +1 -1
@@ 10,4 10,4 @@ edition = "2018"
[dependencies]

[dev-dependencies]
yew = "0.9"
yew = "0.10"

M heron_web/Cargo.toml => heron_web/Cargo.toml +1 -1
@@ 10,4 10,4 @@ workspace = ".."

[dependencies]
heron = { path = "../heron" }
yew = "0.9"
yew = "0.10"

M heron_web/src/main.rs => heron_web/src/main.rs +0 -2
@@ 49,9 49,7 @@ impl Component for Model {
        }
        true
    }
}

impl Renderable<Model> for Model {
    fn view(&self) -> Html<Self> {
        html! {
            <div>