Remove bitflags dependency from webview-sys

This commit is contained in:
zxey
2020-03-13 22:57:11 +01:00
parent 9597833d87
commit 542816bab2
2 changed files with 1 additions and 5 deletions

View File

@@ -131,7 +131,6 @@ You should now be able to run `cargo build` and see something similar to the out
$ cargo build
Updating crates.io index
Compiling pkg-config v0.3.17
Compiling bitflags v1.2.1
Compiling cc v1.0.47
Compiling boxfnonce v0.1.1
Compiling urlencoding v1.0.0

View File

@@ -1,6 +1,6 @@
[package]
name = "webview-sys"
version = "0.4.1"
version = "0.4.2"
authors = ["Boscop", "zxey <r.hozak@seznam.cz>"]
license = "MIT"
repository = "https://github.com/Boscop/web-view"
@@ -17,9 +17,6 @@ path = "lib.rs"
[features]
edge = []
[dependencies]
bitflags = "1"
[build-dependencies]
cc = "1"
pkg-config = "0.3"