zoom-sdk-windows-sys

Crates.iozoom-sdk-windows-sys
lib.rszoom-sdk-windows-sys
version0.2.0
sourcesrc
created_at2021-01-10 08:23:52.895755
updated_at2021-05-27 20:44:23.572983
descriptionFFI bindings to Zoom Windows SDK
homepage
repositoryhttps://github.com/TjeuKayim/zoom-sdk-rust
max_upload_size
id338180
size20,838
Tjeu Kayim (TjeuKayim)

documentation

http://docs.rs/zoom-sdk-windows-sys/

README

zoom-sdk-windows-sys

Crate API

FFI bindings to Zoom Windows Software Development Kit.

Build steps for Windows 10

  1. Visual Studio Build tools with Windows 10 SDK
  2. Install 32-bit target rustup target add i686-pc-windows-msvc
  3. Install LLVM for bindgen
  4. Download the SDK from Github
  5. Add SDK bin directory with DLLs to PATH
  6. Set environment variable ZOOM_SDK_DIR=path\to\zoom-sdk-windows

TODO: Build script

Commit count: 93

cargo fmt