[package]
edition = "2021"
name = "bevy_mod_plotters"
version = "0.1.0"
authors = ["Shane Celis <shane.celis@gmail.com>"]
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"