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.
This commit is contained in:
Fabien Chouteau
2022-01-06 11:36:46 +01:00
committed by GitHub
parent d3f1ab0b3f
commit 167ed5775d
2 changed files with 7 additions and 6 deletions
@@ -10,7 +10,7 @@ tags = ["pygamer", "adafruit", "game", "console", "simulator"]
project-files = ["pygamer_simulator.gpr"]
[[depends-on]]
asfml = "~2.5"
asfml = "2.5.1"
hal = "~0.1.0"
[origin]
@@ -14,8 +14,9 @@ pygamer_simulator = "~1.0.0"
pygamer_bsp = "~1.0.0"
geste = "^1.1.0"
virtapu = "~0.2.0"
[origin]
commit = "227d9dad4c4db451968734a783afbf12132309e1"
url = "git+https://github.com/Fabien-Chouteau/shoot-n-loot.git"
gnat = "^10"
[origin]
commit = "227d9dad4c4db451968734a783afbf12132309e1"
url = "git+https://github.com/Fabien-Chouteau/shoot-n-loot.git"