-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added functionality to set up a randomized field
- Loading branch information
1 parent
c7c6693
commit dbf2fa8
Showing
4 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lights-out" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Tastaturtaste <[email protected]>"] | ||
edition = "2021" | ||
build = "build.rs" | ||
|
@@ -9,6 +9,7 @@ license = "Apache-2.0" # Has to be compatible with slint's GPLv3 | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "getrandom"] } | ||
slint = "1.0" | ||
|
||
[build-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters