fltk-webview-sys 0.4.0

Webview for embedded fltk windows
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "cmake"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
dependencies = [
 "cc",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"

[[package]]
name = "fltk-webview-sys"
version = "0.4.0"
dependencies = [
 "cc",
 "pkg-config",
 "wv",
]

[[package]]
name = "pkg-config"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "wv"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7a3cf1bce8868e0f2c2516a7bf6e1572f81f8a9f924e3df6db339d9e20b763"
dependencies = [
 "wv-sys",
]

[[package]]
name = "wv-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "283f58d61e1f477222b3e537874d59011cfd9b143f41d95922e7b7408a00db97"
dependencies = [
 "cmake",
 "pkg-config",
]