[build-dependencies.bindgen]
version = "0.57.0"
[build-dependencies.vcpkg]
version = "0.2"
[lib]
name = "russimp_sys"
path = "src/lib.rs"
[package]
authors = ["Jhonny Knaak de Vargas"]
categories = ["rendering", "external-ffi-bindings", "game-engines", "multimedia"]
description = "Raw Assimp bindings for rust"
edition = "2018"
exclude = ["*.bash", "*.ps1"]
homepage = "https://github.com/jkvargas/russimp-sys"
keywords = ["assimp", "3d", "blend", "3ds", "glTF"]
license-file = "LICENSE"
name = "russimp-sys"
readme = "README.md"
repository = "https://github.com/jkvargas/russimp-sys"
version = "0.2.4"
[package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
rev = "9ab3baf"
[package.metadata.vcpkg.target.x86-pc-windows-msvc]
install = ["assimp"]
triplet = "x86-windows-static-md"
[package.metadata.vcpkg.target.x86_64-pc-windows-msvc]
install = ["assimp"]
triplet = "x64-windows-static-md"