play_2048 1.0 (#368)

This commit is contained in:
Manuel
2021-10-07 07:24:26 +02:00
committed by GitHub
parent aeba4a3507
commit fae04af671
+25
View File
@@ -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 <mgrojo@gmail.com>"]
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"