From fae04af67107a03d891570e4bd8a5f8bb2a19aeb Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 7 Oct 2021 07:24:26 +0200 Subject: [PATCH] play_2048 1.0 (#368) --- index/pl/play_2048/play_2048-1.0.0.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/pl/play_2048/play_2048-1.0.0.toml diff --git a/index/pl/play_2048/play_2048-1.0.0.toml b/index/pl/play_2048/play_2048-1.0.0.toml new file mode 100644 index 00000000..93893241 --- /dev/null +++ b/index/pl/play_2048/play_2048-1.0.0.toml @@ -0,0 +1,25 @@ +name = "play_2048" +description = "2048 game: merge tiles with the same number until you add up to 2048" +version = "1.0.0" + +authors = ["Manuel Gomez"] +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +licenses = "GPL-3.0-or-later" +website = "https://github.com/mgrojo/play_2048/" +tags = ["game", "puzzle", "cross-platform", "sfml"] + +executables = ["play_2048"] + +[[depends-on]] # This line was added by `alr with` +asfml = "^2.5.0" # This line was added by `alr with` + + +[[depends-on]] # This line was added by `alr with` +ada_toml = "~0.2.0" # This line was added by `alr with` + +[origin] +commit = "ddfe6faa729006cf78c6ceaa597e0a517a1f5aac" +url = "git+https://github.com/mgrojo/play_2048.git" +