miniblink-sys 0.2.0

Rust bindings to mininlink49
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libloading]
version = "0.8"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Graphics_Gdi"]
version = ">=0.54"

[package]
authors = ["The miniblink-rs Authors"]
categories = ["gui"]
description = "Rust bindings to mininlink49"
edition = "2021"
exclude = ["./header"]
license = "Apache-2.0 OR MIT"
name = "miniblink-sys"
readme = "README.md"
repository = "https://github.com/felixmaker/miniblink-rs"
version = "0.2.0"