This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lenn
/
dioxus-mirror
espejo de
https://github.com/DioxusLabs/dioxus.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
force rust to re-run
Jonathan Kelley
hace 5 meses
padre
355534d260
commit
e3f41b9227
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
examples/hello_world.rs
+ 1
- 0
examples/hello_world.rs
Ver fichero
@@ -16,6 +16,7 @@ fn main() {
}
fn app() -> Element {
+ let _ = 123;
rsx! {
div { "Hello, world!" }
}