[package] name = "bevy_shape_draw" version = "0.1.2" authors = [ "Oscar Rimsby ", "Mobilaris Industrial Solutions", ] edition = "2021" description = "A shape drawing tool for Bevy" license = "MIT" repository = "https://github.com/oscrim/bevy_shape_draw" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = { version= "0.9", default-features = false} bevy_input = { version = "0.9", features = ["serialize"] } bevy_mod_raycast = "0.7" [dev-dependencies] bevy = { version= "0.9", default-features = false, features = ["bevy_core_pipeline", "bevy_render", "bevy_winit", "x11"]} [patch.crates-io] "winit"={git = "https://github.com/rust-windowing/winit.git"}