8710d34400
* Add play_2048 crate to the Alire index * New release of ASFML 2.5.2 https://github.com/mgrojo/ASFML/releases/tag/v2.5.2
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.2"
|
|
|
|
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 = "b775db19d2c33e6172da96267cafc1a1e7567bb3"
|
|
url = "git+https://github.com/mgrojo/ASFML.git"
|
|
|