From 8710d34400dce2418cf1547b9e4aec5bdfa6586a Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 29 Nov 2021 12:19:45 +0100 Subject: [PATCH] asfml 2.5.2 (#408) * 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 --- index/as/asfml/asfml-2.5.2.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/as/asfml/asfml-2.5.2.toml diff --git a/index/as/asfml/asfml-2.5.2.toml b/index/as/asfml/asfml-2.5.2.toml new file mode 100644 index 00000000..9517e701 --- /dev/null +++ b/index/as/asfml/asfml-2.5.2.toml @@ -0,0 +1,19 @@ +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 "] +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" +