display

Layout and Rendering TUI library
git clone git://git.dimitrijedobrota.com/display.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

vcpkg-configuration.json (393B)


1 { 2 "default-registry": { 3 "kind": "git", 4 "baseline": "566f9496b7e00ee0cc00aca0ab90493d122d148a", 5 "repository": "https://github.com/microsoft/vcpkg" 6 }, 7 "registries": [ 8 { 9 "kind": "git", 10 "repository": "git://git.dimitrijedobrota.com/vcpkg-registry.git", 11 "baseline": "93159a6024f170bb5fedd97daad8b7dd8dbc99ab", 12 "packages": [ "alec", "stamen" ] 13 } 14 ] 15 }