forked from jkvargas/russimp-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (26 loc) · 951 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "russimp-sys"
version = "0.2.4"
authors = ["Jhonny Knaak de Vargas"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
homepage = "https://github.com/jkvargas/russimp-sys"
categories = ["rendering", "external-ffi-bindings", "game-engines", "multimedia"]
keywords = ["assimp", "3d", "blend", "3ds", "glTF"]
repository = "https://github.com/jkvargas/russimp-sys"
description = "Raw Assimp bindings for rust"
exclude = ["*.bash", "*.ps1"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "russimp_sys"
path = "src/lib.rs"
[build-dependencies]
bindgen = "0.57.0"
vcpkg = "0.2"
[package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
rev = "9ab3baf"
[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md", install = ["assimp"] }
x86-pc-windows-msvc = { triplet = "x86-windows-static-md", install = ["assimp"] }