d75d864189
Adds macOS externals for libcsfml, both Homebrew & MacPorts.
15 lines
450 B
TOML
15 lines
450 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"]
|
|
"homebrew|macports" = ["csfml"]
|