This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lenn
/
dioxus-mirror
kopia lustrzana
https://github.com/DioxusLabs/dioxus.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
force rust to re-run
Jonathan Kelley
5 miesięcy temu
rodzic
355534d260
commit
e3f41b9227
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
examples/hello_world.rs
+ 1
- 0
examples/hello_world.rs
Wyświetl plik
@@ -16,6 +16,7 @@ fn main() {
}
fn app() -> Element {
+ let _ = 123;
rsx! {
div { "Hello, world!" }
}