You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dioxus.toml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ out_dir = "dist"
7
7
title = "Solo-Chess Solver"
8
8
base_path = "/"
9
9
10
+
[bundle]
11
+
short_description = "Solo-Chess Solver is a simple web app that finds a capture sequence for Solo Chess puzzles."
12
+
13
+
long_description = "Solo-Chess Solver lets you place pieces on a chessboard and click to solve. It returns a step‑by‑step capture sequence that leaves one piece on the board."
0 commit comments