ba2b6261d1
* Version of ASFML aimed to be compatible with CSFML v2.4 * Fix package name casing for Fedora 36
14 lines
393 B
TOML
14 lines
393 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"]
|