Files
alire-index-community/index/sh/shoot_n_loot/shoot_n_loot-1.0.0.toml
T
Fabien Chouteau 167ed5775d shoot_n_loot 1.0, narrow down dependency versions (#424)
* pygamer_simulator-1.0.0.toml: fix asfml dependency version

* shoot_n_loot-1.0.0.toml: specify gnat version

The build fails with GNAT 11.
2022-01-06 11:36:46 +01:00

23 lines
653 B
TOML

name = "shoot_n_loot"
version = "1.0.0"
description = "Platform game for the AdaFruit PyGamer console"
website = "https://github.com/Fabien-Chouteau/shoot-n-loot"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT"
tags = ["pygamer", "game", "simulator"]
project-files = ["shoot_n_loot_simulator.gpr"]
executables = ["shoot_n_loot_sim"]
[[depends-on]]
pygamer_simulator = "~1.0.0"
pygamer_bsp = "~1.0.0"
geste = "^1.1.0"
virtapu = "~0.2.0"
gnat = "^10"
[origin]
commit = "227d9dad4c4db451968734a783afbf12132309e1"
url = "git+https://github.com/Fabien-Chouteau/shoot-n-loot.git"