# 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 = "bevy_obj" version = "0.15.0" authors = ["Csányi István "] build = false exclude = [ "/assets", "/examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Wavefront OBJ mesh asset loader plugin for the Bevy engine" readme = "README.md" keywords = [ "bevy", "obj", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AmionSky/bevy_obj" [lib] name = "bevy_obj" path = "src/lib.rs" [dependencies.bevy] version = "0.15.0-rc" features = [ "bevy_asset", "bevy_render", ] default-features = false [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.thiserror] version = "1.0.0" [dependencies.tobj] version = "4.0.0" [dev-dependencies.bevy] version = "0.15.0-rc" default-features = true [features] default = [ "mesh", "scene", ] log = ["tobj/log"] mesh = [] scene = [ "tobj/async", "bevy/bevy_scene", "bevy/bevy_pbr", ]