Initial commit.
This commit is contained in:
commit
1bc79510f2
37 changed files with 6757 additions and 0 deletions
28
Cargo.toml
Normal file
28
Cargo.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"ui",
|
||||
"web",
|
||||
"desktop",
|
||||
"mobile",
|
||||
"server",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
dioxus = { version = "0.6.0" }
|
||||
|
||||
# workspace
|
||||
ui = { path = "ui" }
|
||||
server = { path = "server" }
|
||||
|
||||
[profile]
|
||||
|
||||
[profile.wasm-dev]
|
||||
inherits = "dev"
|
||||
opt-level = 1
|
||||
|
||||
[profile.server-dev]
|
||||
inherits = "dev"
|
||||
|
||||
[profile.android-dev]
|
||||
inherits = "dev"
|
Loading…
Add table
Add a link
Reference in a new issue