init(dixous): inital testing around dioxus

This commit is contained in:
2025-04-21 22:12:44 -06:00
parent 43f4d8446b
commit 9e5563376b
19 changed files with 5870 additions and 0 deletions

21
Dioxus.toml Normal file
View File

@ -0,0 +1,21 @@
[application]
[web.app]
# HTML title tag content
title = "Brock Tomlinson"
# include `assets` in web platform
[web.resource]
# Additional CSS style files
style = []
# Additional JavaScript files
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []