# 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_blender" version = "0.10.0" authors = ["Jerald Thomas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bevy_blender is a Bevy library that allows you to use assets created in Blender directly from the .blend file" readme = "README.md" keywords = [ "gamedev", "bevy", "blender", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/jeraldamo/bevy_blender" [lib] name = "bevy_blender" path = "src/lib.rs" [[example]] name = "default_materials" path = "examples/default_materials/main.rs" [[example]] name = "material" path = "examples/material/main.rs" [[example]] name = "mesh" path = "examples/mesh/main.rs" [[example]] name = "object" path = "examples/object/main.rs" [[example]] name = "robot" path = "examples/robot/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bevy_app] version = "0.10.0" [dependencies.bevy_asset] version = "0.10.0" [dependencies.bevy_ecs] version = "0.10.0" [dependencies.bevy_hierarchy] version = "0.10.0" [dependencies.bevy_log] version = "0.10.0" [dependencies.bevy_math] version = "0.10.0" [dependencies.bevy_pbr] version = "0.10.0" [dependencies.bevy_render] version = "0.10.0" [dependencies.bevy_transform] version = "0.10.0" [dependencies.bevy_utils] version = "0.10.0" [dependencies.blend] version = "0.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.10.0" [features] default = []