native-windows-gui 1.0.11

A very light and simple rust GUI library
Documentation
[build-dependencies.winapi-build]
version = "0.1.1"
[dependencies.bitflags]
version = "1.1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.muldiv]
optional = true
version = "0.2"

[dependencies.raw-window-handle]
optional = true
version = "0.3.3"

[dependencies.stretch]
optional = true
version = "0.3.2"

[dependencies.winapi]
features = ["winuser", "wingdi", "winbase", "libloaderapi", "processthreadsapi", "errhandlingapi", "winerror", "commctrl", "sysinfoapi", "shobjidl", "combaseapi", "commdlg", "d2d1", "objbase", "dwrite", "winnls", "shellapi", "wincodec", "stringapiset"]
version = "0.3"

[dev-dependencies]

[features]
all = ["file-dialog", "color-dialog", "font-dialog", "datetime-picker", "progress-bar", "timer", "notice", "list-view", "cursor", "image-decoder", "tabs", "tree-view", "fancy-window", "listbox", "combobox", "tray-notification", "message-window", "number-select", "clipboard", "menu", "trackbar", "extern-canvas", "frame", "tooltip", "status-bar", "winnls", "textbox", "rich-textbox", "image-list", "embed-resource", "scroll-bar", "tree-view-iterator", "flexbox", "dynamic_layout", "animation-timer"]
animation-timer = []
clipboard = []
color-dialog = []
combobox = []
cursor = []
datetime-picker = []
default = ["all"]
dynamic_layout = []
embed-resource = []
extern-canvas = []
fancy-window = []
file-dialog = []
flexbox = ["stretch"]
font-dialog = []
frame = []
high-dpi = ["muldiv"]
image-decoder = []
image-list = []
list-view = []
listbox = []
menu = []
message-window = []
no-styling = []
notice = []
number-select = []
progress-bar = []
raw-win-handle = ["raw-window-handle"]
rich-textbox = []
scroll-bar = []
status-bar = []
tabs = []
textbox = []
timer = []
tooltip = []
trackbar = []
tray-notification = []
tree-view = []
tree-view-iterator = []
winnls = []

[package]
authors = ["gdube <gdube.475@gmail.com>"]
build = "build.rs"
description = "A very light and simple rust GUI library"
documentation = "https://gabdube.github.io/native-windows-gui/native-windows-docs/index.html"
edition = "2018"
keywords = ["gui", "ui", "windows"]
license = "MIT"
name = "native-windows-gui"
repository = "https://github.com/gabdube/native-windows-gui"
version = "1.0.11"
[package.metadata.docs.rs]
all-features = false
features = ["all"]
targets = ["x86_64-pc-windows-msvc"]