pwsp 0.1.2

A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding.
[[bin]]
name = "pwsp"
path = "src/main.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.eframe]
version = "0.31.1"

[dependencies.egui]
version = "0.31.1"

[dependencies.egui_material_icons]
version = "0.3.0"

[dependencies.metadata]
version = "0.1.10"

[dependencies.rfd]
version = "0.15.3"

[dependencies.rodio]
default-features = false
features = ["symphonia-all"]
version = "0.20.1"

[package]
authors = ["arabian"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding."
edition = "2024"
homepage = "https://github.com/arabianq/pipewire-soundpad"
keywords = ["soundpad", "pipewire"]
license = "MIT"
name = "pwsp"
readme = "README.md"
repository = "https://github.com/arabianq/pipewire-soundpad"
version = "0.1.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true