# 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_shape_draw" version = "0.1.2" authors = [ "Oscar Rimsby ", "Mobilaris Industrial Solutions", ] description = "A shape drawing tool for Bevy" readme = "README.md" license = "MIT" repository = "https://github.com/oscrim/bevy_shape_draw" [dependencies.bevy] version = "0.9" default-features = false [dependencies.bevy_input] version = "0.9" features = ["serialize"] [dependencies.bevy_mod_raycast] version = "0.7" [dev-dependencies.bevy] version = "0.9" features = [ "bevy_core_pipeline", "bevy_render", "bevy_winit", "x11", ] default-features = false