berdicles 0.3.0

Expressive CPU particle system for the bevy engine.
Documentation
# 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 = "berdicles"
version = "0.3.0"
authors = ["Mincong Lu <mintlux667@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Expressive CPU particle system for the bevy engine.
"""
readme = "README.md"
keywords = [
    "bevy",
    "particle",
    "particles",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mintlu8/berdicles"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[lib]
name = "berdicles"
path = "src/lib.rs"

[[example]]
name = "billboard"
path = "examples/billboard.rs"

[[example]]
name = "fire"
path = "examples/fire.rs"

[[example]]
name = "grass"
path = "examples/grass.rs"

[[example]]
name = "layering"
path = "examples/layering.rs"

[[example]]
name = "particle_ref"
path = "examples/particle_ref.rs"

[[example]]
name = "spiral"
path = "examples/spiral.rs"

[[example]]
name = "stress"
path = "examples/stress.rs"

[[example]]
name = "sub_particles"
path = "examples/sub_particles.rs"

[[example]]
name = "trails"
path = "examples/trails.rs"

[dependencies.bevy]
version = "0.15.0"
features = ["bevy_pbr"]
default-features = false

[dependencies.bevy_image]
version = "0.15.0"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.fastrand]
version = "2.1.0"

[dev-dependencies.bevy]
version = "0.15.0"

[dev-dependencies.noise]
version = "0.9.0"