Removed unused dependency (#63)

This commit is contained in:
Pedro Burgos 2020-11-24 14:33:59 +01:00 committed by GitHub
parent 3458a25104
commit 380c64784b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 51 deletions

50
Cargo.lock generated
View file

@ -341,7 +341,6 @@ dependencies = [
"filedescriptor",
"gdk",
"gdk-pixbuf",
"gdkx11",
"gio",
"glib",
"grass",
@ -619,45 +618,6 @@ dependencies = [
"system-deps",
]
[[package]]
name = "gdkx11"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89606baa221f9b8d8aa81924fd448c6b107d20de949f0fbf9a4ec203bb54b63"
dependencies = [
"bitflags",
"gdk",
"gdk-pixbuf",
"gdk-pixbuf-sys",
"gdk-sys",
"gdkx11-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"libc",
"pango",
"x11",
]
[[package]]
name = "gdkx11-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6710388d530f3178ccbeb65cbafdf497a5772c4409eaf574ee9fa461af0a3d09"
dependencies = [
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
"x11",
]
[[package]]
name = "getrandom"
version = "0.1.15"
@ -2152,16 +2112,6 @@ dependencies = [
"winapi-build",
]
[[package]]
name = "x11"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "xmlparser"
version = "0.13.3"

View file

@ -14,7 +14,7 @@ gtk = { version = "0.9", features = [ "v3_16" ] }
gdk = { version = "", features = ["v3_16"] }
gio = { version = "", features = ["v2_44"] }
glib = { version = "", features = ["v2_44"] }
gdkx11 = "0.9"
gdk-pixbuf = "0.9"
regex = "1"