ptex 0.3.0

High-level Ptex bindings over ptex-sys
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies.half]
version = "2.4.0"

[dependencies.ptex-sys]
version = "0.3.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.assert_float_eq]
version = "1.0"