Files
alire-index-community/index/py/pygamer_simulator/pygamer_simulator-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

20 lines
568 B
TOML

name = "pygamer_simulator"
version = "1.0.0"
description = "SDL simulator of the AdaFruit PyGamer console"
website = "https://github.com/Fabien-Chouteau/pygamer-simulator"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "BSD-3-Clause"
tags = ["pygamer", "adafruit", "game", "console", "simulator"]
project-files = ["pygamer_simulator.gpr"]
[[depends-on]]
asfml = "2.5.1"
hal = "~0.1.0"
[origin]
commit = "c0b428bdaf94de296ec3591a11f8ae79f48cc0d3"
url = "git+https://github.com/Fabien-Chouteau/pygamer-simulator.git"