Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
gdkx11: Remove unused bitflags dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Nov 6, 2020
1 parent a3022af commit b2d57c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gdkx11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ features = ["dox", "embed-lgpl-docs"]

[dependencies]
libc = "0.2"
bitflags = "1.0"
x11 = "2.18"

[dependencies.gdkx11-sys]
Expand Down
2 changes: 0 additions & 2 deletions gdkx11/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ extern crate pango;

extern crate libc;
extern crate x11;
#[macro_use]
extern crate bitflags;

pub(crate) use x11::xlib;

Expand Down

0 comments on commit b2d57c8

Please # to comment.