forked from jkvargas/russimp-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (37 loc) · 1.06 KB
/
Cargo.toml
File metadata and controls
42 lines (37 loc) · 1.06 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "russimp-sys"
version = "1.0.2"
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 = ["/assimp"]
[lib]
name = "russimp_sys"
path = "src/lib.rs"
[features]
default = []
prebuilt = ["static-link"]
static-link = []
nozlib = []
nolibcxx = []
[build-dependencies]
bindgen = "0.59"
vcpkg = "0.2.15"
ureq = "2.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tar = "0.4"
flate2 = "1.0"
num_cpus = "1.13"
[package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
rev = "8e1f46d"
[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md", install = ["assimp", "zlib"] }
x86-pc-windows-msvc = { triplet = "x86-windows-static-md", install = ["assimp", "zlib"] }