dioxus/docs/guide
Oliver Forral d700850b70
fixing build warnings in hello world example
Fixing this warning when I try to compile

warning: function `App` should have a snake case name
 --> src/main.rs:7:4
  |
7 | fn App(cx: Scope) -> Element {
  |    ^^^ help: convert the identifier to snake case: `app`
  |
  = note: `#[warn(non_snake_case)]` on by default

Also changing edition from 2018 to 2021
2022-02-20 17:27:07 -07:00
..
src fixing build warnings in hello world example 2022-02-20 17:27:07 -07:00
book.toml fix: edit git-repository-url 2022-01-13 18:16:55 +08:00