This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
lenn
/
dioxus-mirror
réplica de
https://github.com/DioxusLabs/dioxus.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
force rust to re-run
Jonathan Kelley
hai 5 meses
pai
355534d260
achega
e3f41b9227
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
examples/hello_world.rs
+ 1
- 0
examples/hello_world.rs
Ver ficheiro
@@ -16,6 +16,7 @@ fn main() {
}
fn app() -> Element {
+ let _ = 123;
rsx! {
div { "Hello, world!" }
}