# 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_editor_cam" version = "0.4.0" build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A camera controller for editors and CAD." documentation = "https://docs.rs/crate/bevy_editor_cam/latest" readme = "README.md" keywords = [ "controller", "camera", "bevy", "CAD", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aevyrie/bevy_editor_cam" [lib] name = "bevy_editor_cam" path = "src/lib.rs" [[example]] name = "cad" path = "examples/cad.rs" [[example]] name = "floating_origin" path = "examples/floating_origin.rs" [[example]] name = "map" path = "examples/map.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "ortho" path = "examples/ortho.rs" [[example]] name = "pseudo_ortho" path = "examples/pseudo_ortho.rs" [[example]] name = "split_screen" path = "examples/split_screen.rs" [[example]] name = "zoom_limits" path = "examples/zoom_limits.rs" [dependencies.bevy_app] version = "0.14.0" [dependencies.bevy_asset] version = "0.14.0" optional = true [dependencies.bevy_color] version = "0.14.0" [dependencies.bevy_core_pipeline] version = "0.14.0" optional = true [dependencies.bevy_derive] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.bevy_gizmos] version = "0.14.0" optional = true [dependencies.bevy_input] version = "0.14.0" [dependencies.bevy_log] version = "0.14.0" [dependencies.bevy_math] version = "0.14.0" [dependencies.bevy_picking_core] version = "0.20.0" [dependencies.bevy_reflect] version = "0.14.0" [dependencies.bevy_render] version = "0.14.0" [dependencies.bevy_time] version = "0.14.0" [dependencies.bevy_transform] version = "0.14.0" [dependencies.bevy_utils] version = "0.14.0" [dependencies.bevy_window] version = "0.14.0" [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_gizmos", "bevy_gltf", "bevy_scene", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "multi_threaded", "jpeg", "ktx2", "tonemapping_luts", "x11", "zstd", ] default-features = false [dev-dependencies.bevy_mod_picking] version = "0.20.0" features = ["backend_raycast"] default-features = false [dev-dependencies.big_space] version = "0.7.0" [dev-dependencies.rand] version = "0.8" [features] default = [ "extension_anchor_indicator", "extension_independent_skybox", ] extension_anchor_indicator = ["bevy_gizmos"] extension_independent_skybox = [ "bevy_asset", "bevy_core_pipeline", ]