Fix bugs, add number buttons, add easter egg
This commit is contained in:
parent
972d18afbe
commit
80865ace7d
6 changed files with 2184 additions and 1261 deletions
|
|
@ -7,8 +7,8 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
dioxus = { version = "0.6.0", features = [] }
|
||||
getrandom = { version = "0.2" }
|
||||
dioxus = { version = "0.7.2", features = [] }
|
||||
getrandom = "0.2"
|
||||
rand = "0.8"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue