# 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_points" version = "0.6.0" authors = ["Masatatsu Nakamura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Points mesh plugin for Bevy" homepage = "https://github.com/mattatz/bevy_points" readme = "README.md" keywords = [ "bevy", "gamedev", "graphics", ] categories = ["rendering"] license = "MIT" repository = "https://github.com/mattatz/bevy_points" [lib] name = "bevy_points" path = "src/lib.rs" [[example]] name = "scene" path = "examples/scene.rs" required-features = ["examples"] [dependencies.bevy] version = "0.14.1" features = [ "bevy_render", "bevy_pbr", "bevy_asset", "tonemapping_luts", ] default-features = false [features] examples = [ "bevy/bevy_core_pipeline", "bevy/bevy_winit", "bevy/x11", ]