From 9e2258209a35c228387950c6e809778608da2185 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 24 Oct 2022 11:17:48 +0200 Subject: Added all necessary data to the binary for shiping a stand-alone binary --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3