cef-sys 0.0.3

Chromium Embedded Framework raw bindings for Rust. Generated using rust-bindgen.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]



name = "cef-sys"

version = "0.0.3"

authors = ["Dylan Ede <dylanede@googlemail.com>"]



description = "Chromium Embedded Framework raw bindings for Rust. Generated using rust-bindgen."

repository = "https://github.com/dylanede/cef-rs.git"



keywords = ["cef", "chrome", "chromium", "embedded", "web"]



license = "MIT"



links = "cef"

build = "build.rs"



exclude = [ "*~", "*.racertmp" ]