# 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_plot" version = "0.1.5" authors = ["Eliot Bolduc"] description = "A Bevy plugin for plotting data and explicit functions." readme = "README.md" keywords = ["bevy", "plot", "curve", "graph", "gamedev"] categories = ["visualization", "game-engines", "game-development", "mathematics", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/eliotbo/bevy_plot" resolver = "2" [[example]] name = "bevy" path = "examples/bevy.rs" [[example]] name = "markers" path = "examples/markers.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "func" path = "examples/func.rs" [[example]] name = "animate" path = "examples/animate.rs" [[example]] name = "runtime_setter" path = "examples/runtime_setter.rs" [dependencies.bevy] version = "0.6.0" features = ["render", "x11"] default-features = false [dependencies.bytemuck] version = "1.7" [dependencies.itertools-num] version = "0.1" [dependencies.rand] version = "0.8" [features] default = [] unstable = []