# 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_mod_gltf_patched" version = "0.2.0" description = "Bevy Engine GLTF loading (patched)" homepage = "https://github.com/komadori/bevy_mod_gltf_patched" readme = "README.md" keywords = ["bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/komadori/bevy_mod_gltf_patched" [package.metadata.example.custom_gltf_2d] name = "Custom glTF vertex attribute 2D" description = "Renders a glTF mesh in 2D with a custom vertex attribute" category = "2D Rendering" wasm = true [[example]] name = "custom_gltf_2d" path = "examples/custom_gltf_2d.rs" [dependencies.anyhow] version = "1.0.4" [dependencies.base64] version = "0.13.0" [dependencies.bevy] version = "0.10" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_gltf", "bevy_pbr", "bevy_render", "bevy_scene", ] default-features = false [dependencies.gltf] version = "1.0.0" features = [ "KHR_lights_punctual", "KHR_materials_unlit", "extras", "names", "utils", ] default-features = false [dependencies.percent-encoding] version = "2.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.10" features = [ "bevy_sprite", "bevy_winit", "x11", ] default-features = false