dub.sdlsdl · 14 linesall
name "notcurses"
description "ImportC bindings for notcurses ncstrwidth — scoped to the text-conformance harness"
authors "Petar Kirov"
license "BSL-1.0"

targetPath "build"

dflags "-preview=in" "-preview=dip1000"

libs "notcurses-core"

configuration "library" {
    targetType "sourceLibrary"
}