# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rtbvh" version = "0.6.2" authors = ["Mèir Noordermeer "] description = "BVH library with various build algorithms and high performance using packet traversal." readme = "./README.md" keywords = ["ray", "tracing", "bvh", "sah", "fast"] license = "Apache-2.0" repository = "https://github.com/meirbon/rtbvh" [profile.release] lto = "thin" [dependencies.crossbeam] version = "0.8" [dependencies.glam] version = ">=0.14" features = ["serde"] [dependencies.num] version = "0.4" [dependencies.num_cpus] version = "1.13" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.bvh] version = "0.5" [dev-dependencies.l3d] version = "0.3" [dev-dependencies.pixels] version = "0.4.0" [dev-dependencies.rayon] version = "1.5" [dev-dependencies.winit] version = "0.25.0" [features] default = []