SDL_Pango
SDL_Pango 0.1.2
Connects the Pango rendering engine to SDL
https://sdlpango.sourceforge.net/GNU Lesser General Public License v2.1 or later
programs: -
Maintainers
Platforms (80)
arc-linuxx86_64-freebsdmips-noneor1k-nonemicroblazeel-linuxx86_64-redoxpowerpc-noneaarch64-darwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL_Pango ];
Ad-hoc shell
nix-shell -p SDL_Pango
Flake (nix run)
nix run nixpkgs#SDL_Pango