libcsfml external for macOS (#1275)

Adds macOS externals for libcsfml, both Homebrew & MacPorts.
This commit is contained in:
Simon Wright
2024-10-28 09:30:36 +00:00
committed by GitHub
parent 9faa27dc88
commit d75d864189
+5 -4
View File
@@ -7,7 +7,8 @@ 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"]
"debian|ubuntu" = ["libcsfml-dev"]
"msys2" = ["mingw-w64-x86_64-csfml"]
"arch" = ["csfml"]
"fedora" = ["CSFML-devel"]
"homebrew|macports" = ["csfml"]