mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
Update Cargo.toml
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
name = "pwsp"
|
name = "pwsp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["arabian"]
|
||||||
|
description = "A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding."
|
||||||
|
readme = "README.md"
|
||||||
|
homepage = "https://github.com/arabianq/pipewire-soundpad"
|
||||||
|
repository = "https://github.com/arabianq/pipewire-soundpad"
|
||||||
|
license = "MIT"
|
||||||
|
keywords = ["soundpad", "pipewire"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = "0.31.0"
|
egui = "0.31.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user