name "win_win32"
description "Minimal Win32 window via druntime core.sys.windows (zero third-party)."
targetType "executable"
sourcePaths "."
targetPath "build"
platforms "windows"
// The minimal window needs only druntime's built-in core.sys.windows bindings.
// For full Windows SDK coverage (DirectX, COM, modern UI) use the actively-maintained
// fork github.com/RolandTaverner/windows-d (windows.win32.*) — NOT the unmaintained
// rumbu13 original. See ../index.md.