forked from pop-os/desktop-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (26 loc) · 798 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
[package]
name = "pop-desktop-widget"
version = "0.1.2"
authors = ["Michael Aaron Murphy <[email protected]>"]
description = "GTK desktop settings widget for Pop!_OS"
edition = "2018"
license = "LGPLv3"
readme = "README.md"
[workspace]
members = [ "ffi", "tools" ]
[dependencies]
cascade = "1.0.0"
fomat-macros = "0.3.1"
gdk = "0.14"
glib = "0.14"
gtk = "0.14"
gtk-extras = { git = "https://github.com/pop-os/gtk-extras", branch = "gtk-rs-0.14" }
gio = "0.14"
libhandy = "0.8"
pop-theme-switcher = { git = "https://github.com/pop-os/theme-switcher", branch = "gtk-rs-0.14" }
gdk-pixbuf = "0.14"
gstreamer = "0.17"
i18n-embed = { version = "0.12", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.5"
rust-embed = { version = "5.9", features = ["debug-embed"] }
once_cell = "1.8"