4bbd7f960a
* Add crate for asfml: Ada binding to Simple and Fast Multimedia Library * Fix file location Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
20 lines
587 B
TOML
20 lines
587 B
TOML
name = "asfml"
|
|
description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library"
|
|
version = "2.5.0"
|
|
|
|
authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"]
|
|
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
|
|
maintainers-logins = ["mgrojo"]
|
|
|
|
licenses = "custom-zlib-acknowledgement"
|
|
website = "https://mgrojo.github.io/ASFML/"
|
|
tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"]
|
|
|
|
[[depends-on]]
|
|
libcsfml = "^2.5"
|
|
|
|
[origin]
|
|
commit = "17e54f663a163ef68359dea1326ad5b8379d8f02"
|
|
url = "git+https://github.com/mgrojo/ASFML.git"
|
|
|