[package]
name = "glitcher"
description = "Glitcher - Real-time visual effects engine for VJ performance"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["vj", "glitch", "visual", "gpu", "wasm"]
categories = ["multimedia::video", "graphics", "rendering"]
[dependencies]
glitcher-core = { workspace = true }
glitcher-api = { workspace = true }
glitcher-timing = { workspace = true, optional = true }
glitcher-sdk = { workspace = true, optional = true }
[features]
default = []
full = ["timing", "sdk"]
timing = ["dep:glitcher-timing"]
sdk = ["dep:glitcher-sdk"]