forked from Aurailus/Myxer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
40 lines (35 loc) · 878 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "myxer"
version = "1.2.0"
description = "A modern Volume Mixer for PulseAudio"
readme = "README.md"
license = "GPL-3.0"
authors = [ "Auri <me@auri.xyz>" ]
homepage = "https://myxer.aurailus.com"
repository = "/~https://github.com/Aurailus/Myxer"
edition = "2018"
[package.metadata.deb]
name = "Myxer"
section = "sound"
copyright = "(c) Auri Collings, 2021"
extended-description-file = "DEBIAN.txt"
assets = [
["target/release/myxer", "usr/bin/", "755"],
["README.md", "usr/share/doc/Myxer/README", "644"],
["Myxer.desktop", "/usr/share/applications/", "644"]
]
[dependencies]
gdk = "0.13.2"
glib = "0.10.3"
pango = "0.9.1"
colorsys = "0.6.3"
slice_as_array = "1.1.0"
[dependencies.libpulse]
version = "2.23.0"
package = "libpulse-binding"
[dependencies.gtk]
version = "0.9.0"
features = [ "v3_22" ]
[dependencies.gio]
version = ""
features = [ "v2_44" ]