# 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_mod_plotters" version = "0.1.0" authors = ["Shane Celis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A plotter material for bevy" readme = "README.md" keywords = [ "plot", "bevy", "shader", "graphics", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/shanecelis/bevy_mod_plotters" [lib] name = "bevy_mod_plotters" path = "src/lib.rs" [[example]] name = "anim_graph" path = "examples/anim_graph.rs" [[example]] name = "draw_graph" path = "examples/draw_graph.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.bevy] version = "0.14.2" features = ["bevy_ui"] default-features = false [dependencies.plotters] version = "0.3.7" [dev-dependencies.bevy] version = "0.14.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.version-sync] version = "0.9.5"