feat: merge web-user-portal & web-game
This commit is contained in:
parent
9cc605409e
commit
557f0249f8
34 changed files with 5562 additions and 10 deletions
23
Cargo.lock
generated
23
Cargo.lock
generated
|
|
@ -8700,6 +8700,29 @@ dependencies = [
|
|||
"transpose",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "trictrac-web"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"backbone-lib",
|
||||
"futures",
|
||||
"getrandom 0.3.4",
|
||||
"gloo-net 0.5.0",
|
||||
"gloo-storage",
|
||||
"gloo-timers",
|
||||
"js-sys",
|
||||
"leptos",
|
||||
"leptos_i18n",
|
||||
"leptos_router",
|
||||
"rand 0.9.3",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"trictrac-store",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "try-lock"
|
||||
version = "0.2.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue