bevy_wisp 0.2.1

Interactive WGSL shaders for Bevy - reflected inputs, multi-pass rendering, hot reload.
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 = "2024"
name = "bevy_wisp"
version = "0.2.1"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive WGSL shaders for Bevy - reflected inputs, multi-pass rendering, hot reload."
homepage = "https://github.com/nannou-org/wisp"
documentation = "https://docs.rs/bevy_wisp"
readme = "README.md"
keywords = [
    "bevy",
    "wgsl",
    "shader",
    "live-coding",
    "creative-coding",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nannou-org/wisp"

[features]
audio = [
    "dep:half",
    "dep:rustfft",
]
example_shaders = []
ui = ["dep:bevy_egui"]

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

[[example]]
name = "audio"
path = "examples/audio.rs"
required-features = ["audio"]

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

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

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

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

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

[[example]]
name = "ui"
path = "examples/ui.rs"
required-features = ["ui"]

[dependencies.bevy_app]
version = "0.19"

[dependencies.bevy_asset]
version = "0.19"

[dependencies.bevy_camera]
version = "0.19"

[dependencies.bevy_core_pipeline]
version = "0.19"

[dependencies.bevy_derive]
version = "0.19"

[dependencies.bevy_ecs]
version = "0.19"

[dependencies.bevy_egui]
version = "0.40"
optional = true

[dependencies.bevy_image]
version = "0.19"

[dependencies.bevy_input]
version = "0.19"

[dependencies.bevy_log]
version = "0.19"

[dependencies.bevy_math]
version = "0.19"
features = ["std"]
default-features = false

[dependencies.bevy_platform]
version = "0.19"

[dependencies.bevy_reflect]
version = "0.19"

[dependencies.bevy_render]
version = "0.19"

[dependencies.bevy_shader]
version = "0.19"

[dependencies.bevy_time]
version = "0.19"

[dependencies.bevy_utils]
version = "0.19"
default-features = false

[dependencies.bevy_window]
version = "0.19"

[dependencies.bytemuck]
version = "1"

[dependencies.evalexpr]
version = "13"

[dependencies.half]
version = "2"
optional = true

[dependencies.naga]
version = "29"
features = ["wgsl-in"]
default-features = false

[dependencies.rustfft]
version = "6"
optional = true

[dependencies.thiserror]
version = "2"

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