com-wrapper 0.1.0-alpha1

An interface for types which are a wrapper around a `wio::com::ComPtr`.
[dev-dependencies.derive-com-wrapper]
version = "0.1.0-alpha1"

[dev-dependencies.winapi]
features = ["unknwnbase"]
version = "0.3.6"

[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "An interface for types which are a wrapper around a `wio::com::ComPtr`.\n"
license = "MIT"
name = "com-wrapper"
repository = "https://github.com/Connicpu/com-wrapper"
version = "0.1.0-alpha1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.6"

[target."cfg(windows)".dependencies.wio]
version = "0.2.0"