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: -
Platforms (80)
riscv32-netbsdarmv6l-nonearmv7l-linuxarmv5tel-linuxx86_64-freebsdsh4-linuxi686-genodex86_64-netbsd
View source on NixOS/nixpkgs →

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