-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
44 lines (33 loc) · 865 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
41
42
43
44
[package]
name = "gtk-layer-shell-rs"
version = "0.1.0"
authors = ["David McKinney <[email protected]>"]
edition = "2018"
[package.metadata.system-deps.gtk_layer_shell_0]
name = "gtk-layer-shell-0"
version = "0.1"
[dependencies]
libc = "0.2"
bitflags = "1.0"
[dependencies.ffi]
package = "gtk-layer-shell-sys"
path = "./gtk-layer-shell-sys"
[dependencies.gdk]
git = "https://github.com/gtk-rs/gtk-rs"
features = ["v3_22"]
[dependencies.gtk]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gtk-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gio]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[build-dependencies]
pkg-config = "0.3.7"
system-deps = "2.0"
[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"