libdui.redist 0.1.0.3

dotnet add package libdui.redist --version 0.1.0.3
NuGet\Install-Package libdui.redist -Version 0.1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libdui.redist" Version="0.1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libdui.redist --version 0.1.0.3
#r "nuget: libdui.redist, 0.1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libdui.redist as a Cake Addin
#addin nuget:?package=libdui.redist&version=0.1.0.3

// Install libdui.redist as a Cake Tool
#tool nuget:?package=libdui.redist&version=0.1.0.3

Redistributable components for package 'libdui'. This package should only be installed as a dependency.
(This is not the package you are looking for).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on libdui.redist:

Package Downloads
libdui

This library exposes a Win32 control that provides all the boilerplate associated with using the Direct2D API. This includes setup/teardown of a factory and render target for the control's device context, and notifications sent to the parent window for specific events. DirectUI tries to stay out of your way, and exposes no features beyond what you need to get Direct2D running smoothly. It was inspired by the undocumented DIRECTUIHWND that Microsoft uses in it's own software. DirectUI is C89, so there's no frills; it's about as minimal as it gets.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0.3 1,881 12/3/2013
0.1.0.2 1,327 11/29/2013
0.1.0.1 1,344 11/29/2013
0.1.0 1,447 11/28/2013

Release of DirectUI 0.1 libraries