mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 02:11:18 +01:00
Remove bitflags dependency from webview-sys
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user