# 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_gltf_kun" version = "0.0.13" description = "Bevy glTF plugin using gltf_kun." readme = "README.md" keywords = [ "bevy", "gltf", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/gltf_kun" [dependencies.avian3d] version = "0.1.0" optional = true [dependencies.bevy] version = "0.14.0" features = [ "animation", "bevy_asset", "bevy_scene", "bevy_pbr", ] default-features = false [dependencies.gltf_kun] version = "0.0.13" [dependencies.image] version = "0.25.1" [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.59" [features] default = [] omi_physics = [ "dep:avian3d", "gltf_kun/omi_physics", ] register_extensions = [] [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"