[package]
edition = "2021"
name = "tinybvh-rs"
version = "0.1.0-beta.3"
build = "build.rs"
include = [
"build.rs",
"src/**/*.rs",
"ffi/include/**/*.h",
"ffi/src/**/*.cpp",
"ffi/tinybvh/tiny_bvh.h",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for tinybvh"
readme = "README.md"
keywords = [
"graphics",
"rendering",
"tinybvh",
"bvh",
]
license = "MIT"
repository = "https://github.com/DavidPeicho/tinybvh-rs"
[lib]
name = "tinybvh_rs"
path = "src/lib.rs"
[dependencies.bytemuck]
version = "1.20.0"
features = ["derive"]
[dependencies.cxx]
version = "1.0.158"
[dependencies.pas]
version = "0.3.0"
[dev-dependencies.approx]
version = "0.5.1"
[build-dependencies.cxx-build]
version = "1.0.158"