bevy_transform_tools 0.3.0

A transform gizmo plugin for Bevy with translation, rotation, and scale handles
Documentation
# 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"
rust-version = "1.95.0"
name = "bevy_transform_tools"
version = "0.3.0"
authors = ["8th Boundary"]
build = false
exclude = [
    "assets/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A transform gizmo plugin for Bevy with translation, rotation, and scale handles"
homepage = "https://github.com/8th-Boundary/bevy_transform_tools"
documentation = "https://docs.rs/bevy_transform_tools"
readme = "README.md"
keywords = [
    "bevy",
    "gizmo",
    "transform",
    "editor",
    "gamedev",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/8th-Boundary/bevy_transform_tools"

[lib]
name = "bevy_transform_tools"
path = "src/lib.rs"

[[example]]
name = "multi_gizmos"
path = "examples/multi_gizmos.rs"

[[example]]
name = "multiple_entities"
path = "examples/multiple_entities.rs"

[[example]]
name = "single_entity"
path = "examples/single_entity.rs"

[dependencies.bevy]
version = "0.19"
features = [
    "bevy_asset",
    "bevy_core_pipeline",
    "bevy_gizmos",
    "bevy_pbr",
    "bevy_render",
    "bevy_window",
    "bevy_winit",
    "x11",
]
default-features = false

[dev-dependencies.bevy]
version = "0.19"