[dependencies.bytemuck]
features = ["derive"]
version = "1"
[dependencies.shady-audio]
optional = true
version = "4.0"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dependencies.wgpu]
default-features = false
features = ["naga-ir", "wgsl", "glsl"]
version = "24.0"
[dev-dependencies.pollster]
version = "0.4"
[dev-dependencies.winit]
version = "0.30"
[[example]]
name = "mini-simple"
path = "examples/mini-simple.rs"
[features]
audio = ["dep:shady-audio"]
default = ["time", "resolution", "audio", "mouse", "frame"]
frame = []
mouse = []
resolution = []
time = []
[lib]
name = "shady"
path = "src/lib.rs"
[package]
authors = ["TornaxO7 <tornax@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A shadertoy-like library to be able to easily integrate shadertoy-like stuff in your applications."
edition = "2021"
license = "GPL-3.0-or-later"
name = "shady"
readme = "README.md"
repository = "https://github.com/TornaxO7/shady/tree/main/shady-lib"
version = "3.0.0"