chore: initialize the Dioxus project

This commit is contained in:
2024-08-15 15:09:09 +02:00
parent a987a48d4e
commit 2af5c3c58b
16 changed files with 2434 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/dist/
/static/
/.dioxus/
# this file will generate by tailwind:
/assets/tailwind.css
# These are backup files generated by rustfmt
**/*.rs.bk