winvd 0.0.3

Provides functions for accessin Windows 10 virtual desktop API
Documentation
[dependencies.com]
version = "0.2.0"

[dependencies.winapi]
features = ["winuser", "wtypesbase", "hstring", "guiddef"]
version = "0.3.9"

[features]
debug = []

[lib]
name = "winvd"
path = "src/lib.rs"

[package]
authors = ["Jari Otto Oskari Pennanen"]
description = "Provides functions for accessin Windows 10 virtual desktop API"
edition = "2018"
homepage = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"
license = "MIT"
name = "winvd"
readme = "README.md"
repository = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"
version = "0.0.3"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"