aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-10-24 11:17:48 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-10-24 11:17:48 +0200
commit9e2258209a35c228387950c6e809778608da2185 (patch)
tree25e88e970076e2aeb87f02bd6d8442bab5ea4277 /Cargo.toml
parent8235b1b37afab63bfd769a973e5847348d625f0a (diff)
downloadgof-rs-9e2258209a35c228387950c6e809778608da2185.tar.xz
gof-rs-9e2258209a35c228387950c6e809778608da2185.zip
Added all necessary data to the binary for shiping a stand-alone binary
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21dd101..704ef52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gof-rs"
-version = "0.2.1"
+version = "0.2.2"
license = "MIT"
authors = ["Omar Magdy <omar.professional8777@gmai.com>"]
description = "Game of life in your terminal with over 500 unique patterns to choose from."
@@ -14,6 +14,7 @@ include = ["src/", "presets/patterns/*.txt"]
[dependencies]
colored = "2.0.0"
crossterm = "0.25.0"
+include_dir = "0.7.3"
rand = "0.8.5"
tui = "0.19.0"