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
rust files are not supposed to be git ignored
Jonathan Kelley
hace 8 meses
padre
7ec3453ca3
commit
7053f3f8fe
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
packages/cli/src/dioxus_crate.rs
+ 0
- 1
packages/cli/src/dioxus_crate.rs
Ver fichero
@@ -347,7 +347,6 @@ impl DioxusCrate {
".*",
"*.lock",
"*.log",
- "*.rs",
]
}