tinybvh-rs 0.1.0-beta.3

Rust wrapper for tinybvh
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 = "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"