# 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_chair" version = "0.13.0" authors = ["deltanedas"] description = "Chair mesh asset loader plugin" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitgud.io/deltanedas/bevy_chair" [[example]] name = "render" path = "src/example.rs" [dependencies.bevy_app] version = "0.13" [dependencies.bevy_asset] version = "0.13" [dependencies.bevy_ecs] version = "0.13" [dependencies.bevy_render] version = "0.13" [dependencies.bevy_sprite] version = "0.13" [dependencies.bevy_utils] version = "0.13" [dependencies.bytemuck] version = "1" [dependencies.cached] version = "0.42" [dependencies.chair] version = "0.2.2" features = ["io"] default-features = false [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dev-dependencies.bevy] version = "0.13"