On Saturday, 12 January 2019 at 12:10:25 UTC, Droggl wrote:
2. Is there a way to get a certain git-version (eg. commit or maybe even just "latest") for a package in dub?
JSON: "nice-curses": "~master" SDL: dependency "nice-curses" version="~master"
3. How is everyone in general using curses with D? Is there maybe a different library I should checkout instead?
I usually use arsd.terminal instead. - Elias