nice-plug-egui 0.1.3

An adapter to use egui GUIs with nice-plug
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 = "nice-plug-egui"
version = "0.1.3"
authors = [
    "Billy Messenger <billydm@noreply.codeberg.org>",
    "Robbert van der Helm <mail@robbertvanderhelm.nl>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An adapter to use egui GUIs with nice-plug"
readme = false
keywords = [
    "gui",
    "nice-plug",
    "plugin",
    "clap",
    "vst3",
]
categories = ["gui"]
license = "ISC"
repository = "https://codeberg.org/BillyDM/nice-plug"

[features]
default = ["opengl"]
keyboard_focus_workaround = ["egui-baseview/keyboard_focus_workaround"]
opengl = ["egui-baseview/opengl"]
wgpu = ["egui-baseview/wgpu"]

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

[dependencies.crossbeam]
version = "0.8"

[dependencies.egui]
version = "0.34.1"
features = ["bytemuck"]
default-features = false

[dependencies.egui-baseview]
version = "0.2.2"
features = ["nice-log"]
default-features = false

[dependencies.nice-plug-core]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]