zaplib_cef 0.0.3

CEF helpers for Zaplib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "zaplib_cef"
version = "0.0.3"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/Zaplib/zaplib"
repository = "https://github.com/Zaplib/zaplib"
description = "CEF helpers for Zaplib"

[features]
debug=["zaplib_cef_sys/debug"] # Use a debug build of CEF instead of a release build. Useful for its assertions!

[dependencies]
widestring = "0.4.0"

[dependencies.zaplib_cef_sys]
path="../bind/cef-sys"
version = "0.0.3"