9e4e95157e
* Add BingAda to the index * Use the devel version for Fedora We need the devel version so we can link applications using `-lcsfml-*`
14 lines
399 B
TOML
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"]
|