Skip to content

Commit

Permalink
Merge pull request #32 from EPashkin/remove_gir-files_from_crate
Browse files Browse the repository at this point in the history
Remove gir-files from crate
  • Loading branch information
GuillaumeGomez authored Feb 10, 2018
2 parents 6bb613f + fc993dc commit ee42495
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
name = "webkit2gtk"
version = "0.3.0"
authors = ["The Gtk-rs Project Developers"]

categories = ["api-bindings", "gui"]
description = "Rust bindings for webkit-gtk library"
repository = "https://github.com/gtk-rs/webkit2gtk-rs"
license = "MIT"
homepage = "http://gtk-rs.org/"
documentation = "http://gtk-rs.org/docs/webkit2gtk"

keywords = ["webkit", "gtk-rs", "gnome", "GUI"]
exclude = [
"gir-files/*",
]

[badges]
travis-ci = { repository = "gtk-rs/webkit2gtk-rs" }
Expand Down

0 comments on commit ee42495

Please sign in to comment.