# 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_transform_gizmo" version = "0.12.1" authors = [ "Aevyrie Roessler ", "Foresight Mining Software Corporation", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A 3D transform gizmo for Bevy" documentation = "https://docs.rs/bevy_transform_gizmo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_transform_gizmo" [lib] name = "bevy_transform_gizmo" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "parenting" path = "examples/parenting.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_pbr", ] default-features = false [dependencies.bevy_mod_picking] version = "0.20" features = ["selection"] default-features = false [dependencies.bevy_mod_raycast] version = "0.18" default-features = false [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_pbr", "bevy_winit", "x11", "tonemapping_luts", "ktx2", "zstd", ] default-features = false [dev-dependencies.bevy_mod_picking] version = "0.20" features = [ "selection", "backend_raycast", "highlight", "bevy_picking_raycast", ] default-features = false