Skip to content

Commit

Permalink
Merge pull request tauri-apps#17 from antoyo/add-missing-features
Browse files Browse the repository at this point in the history
Add missing features
  • Loading branch information
GuillaumeGomez authored Sep 9, 2017
2 parents cea05d3 + 052fe0b commit 9df4692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ v2_6 = ["v2_4", "webkit2gtk-sys/v2_6"]
v2_8 = ["v2_6", "webkit2gtk-sys/v2_8"]
v2_10 = ["v2_8", "webkit2gtk-sys/v2_10"]
v2_12 = ["v2_10", "webkit2gtk-sys/v2_12"]
v2_14 = ["v2_12", "webkit2gtk-sys/v2_14"]
v2_16 = ["v2_14", "webkit2gtk-sys/v2_16"]

[dependencies]
bitflags = "^0.9"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#[macro_use]
extern crate bitflags;
extern crate gio;
extern crate gio_sys;
#[macro_use]
extern crate glib;
Expand Down

0 comments on commit 9df4692

Please sign in to comment.