pywinpty_findlib 0.1.0

Crate that exposes GetProcAddress and GetModuleHandleW to detect Win32 API availability.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-dependencies.windows]
version = "0.8.0"
[dependencies.windows]
version = "0.8.0"

[package]
authors = ["Edgar Andres Margffoy Tuay <andfoy@gmail.com>"]
description = "Crate that exposes GetProcAddress and GetModuleHandleW to detect Win32 API availability."
edition = "2018"
keywords = ["pwyinpty", "windows", "findlib"]
license = "MIT"
name = "pywinpty_findlib"
repository = "https://github.com/spyder-ide/pywinpty"
version = "0.1.0"