changed bin name to fluxo
Release / Build and Release (push) Successful in 2m53s

This commit is contained in:
2026-04-07 12:01:54 +02:00
parent 2d35313d75
commit 230604dae3
7 changed files with 82 additions and 33 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
[package]
name = "fluxo-rs"
version = "0.5.2"
version = "0.5.3"
edition = "2024"
[[bin]]
name = "fluxo"
path = "src/main.rs"
[features]
default = ["mod-audio", "mod-bt", "mod-network", "mod-hardware", "mod-dbus"]
mod-audio = ["dep:libpulse-binding"]