winvd 0.0.48

Provides functions for accessing Windows 11 virtual desktop API, requires at least 24H2 26100.2605.
Documentation
[dependencies.crossbeam-channel]
optional = true
version = "0.5.14"

[dependencies.macro_rules_attribute]
version = "0.2"

[dependencies.windows]
features = ["implement", "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Threading"]
version = "0.58"

[dependencies.windows-core]
version = "0.58"

[dependencies.windows-implement]
version = "0.58"

[dependencies.windows-interface]
version = "0.58"

[dependencies.winit]
optional = true
version = "0.30.5"

[dev-dependencies.once_cell]
version = "1.20.2"

[features]
integration-tests = []

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

[package]
authors = ["Jari Otto Oskari Pennanen"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Provides functions for accessing Windows 11 virtual desktop API, requires at least 24H2 26100.2605."
edition = "2021"
homepage = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"
license = "MIT"
name = "winvd"
readme = "README-crate.md"
repository = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"
version = "0.0.48"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"