[package] name = "bevy_blender" authors = ["Jerald Thomas "] version = "0.10.0" edition = "2021" description = "bevy_blender is a Bevy library that allows you to use assets created in Blender directly from the .blend file" readme = "README.md" repository = "https://github.com/jeraldamo/bevy_blender" license = "MIT" keywords = ["gamedev", "bevy", "blender"] categories = ["game-development"] [dependencies] anyhow = "1.0" bevy_app = "0.10.0" bevy_asset = "0.10.0" bevy_ecs = "0.10.0" bevy_hierarchy = "0.10.0" bevy_log = "0.10.0" bevy_math = "0.10.0" bevy_pbr = "0.10.0" bevy_render = "0.10.0" bevy_transform = "0.10.0" bevy_utils = "0.10.0" blend = "0.6" thiserror = "1.0" [dev-dependencies] bevy = "0.10.0" [features] default = []