# 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 = "truck-rendimpl" version = "0.6.0" authors = ["Yoshinori Tanimura "] build = false exclude = ["*.png"] autobins = false autoexamples = false autotests = false autobenches = false description = "visualization of shape and polygon mesh based on platform" homepage = "https://github.com/ricosjp/truck" readme = "README.md" keywords = [ "truck", "graphics", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_rendimpl" path = "src/lib.rs" [[example]] name = "app" path = "examples/app.rs" [[example]] name = "bsp-animation" path = "examples/bsp-animation.rs" [[example]] name = "collision-sphere" path = "examples/collision-sphere.rs" [[example]] name = "material-samples" path = "examples/material-samples.rs" [[example]] name = "rotate-objects" path = "examples/rotate-objects.rs" [[example]] name = "simple-obj-viewer" path = "examples/simple-obj-viewer.rs" [[example]] name = "simple-shape-viewer" path = "examples/simple-shape-viewer.rs" [[example]] name = "textured-cube" path = "examples/textured-cube.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "microfacet" path = "tests/microfacet.rs" [[test]] name = "polygon_bind_group" path = "tests/polygon_bind_group.rs" [[test]] name = "render" path = "tests/render.rs" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.image] version = "0.25.2" [dependencies.itertools] version = "0.13.0" [dependencies.truck-platform] version = "0.6.0" [dependencies.truck-polymesh] version = "0.6.0" [dev-dependencies.async-trait] version = "0.1.82" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.truck-meshalgo] version = "0.4.0" [dev-dependencies.truck-modeling] version = "0.6.0" [dev-dependencies.winit] version = "0.30.5" [features] default = [] webgl = ["truck-platform/webgl"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.console_error_panic_hook] version = "0.1.7" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.console_log] version = "1.0.0" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-futures] version = "0.4.43" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys] version = "0.3.70" features = ["Location"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-time] version = "1.1.0"