Files
alire-index-community/index/li/libcsfml/libcsfml-external.toml
T
Manuel 9e4e95157e bingada 1.0.0, fix csfml external (#695)
* Add BingAda to the index

* Use the devel version for Fedora

We need the devel version so we can link applications using `-lcsfml-*`
2022-12-05 12:23:27 +01:00

14 lines
399 B
TOML

name = "libcsfml"
description = "Libraries for the C Binding of SFML - Development Files"
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["mgrojo"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libcsfml-dev"]
"msys2" = ["mingw-w64-x86_64-csfml"]
"arch" = ["csfml"]
"fedora" = ["CSFML-devel"]