ptex-sys 0.3.0

Rust sys bindings for Ptex https://github.com/wdas/ptex
Documentation
[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.cxx-build]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3.30"

[dependencies.cxx]
features = ["c++17"]
version = "1.0"

[package]
authors = ["David Aguilar <davvid@gmail.com>"]
categories = ["graphics", "rendering::data-formats"]
description = "Rust sys bindings for Ptex https://github.com/wdas/ptex"
documentation = "https://docs.rs/ptex-sys"
edition = "2021"
homepage = "https://github.com/vfx-rs/ptex-bind"
keywords = ["gamedev", "graphics", "render", "texture", "vfx"]
license = "Apache-2.0"
links = "Ptex"
name = "ptex-sys"
readme = "README.md"
repository = "https://github.com/vfx-rs/ptex-bind.git"
version = "0.3.0"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]