browser-window-core 0.0.1

The non-user friendly inner functionality of crate browser-window, providing an cross-platform and browser engine independent interface.
Documentation
[dependencies.browser-window-c]
version = "0.0.3"

[features]
cef = ["browser-window-c/cef"]
default = ["cef"]
gtk = ["browser-window-c/gtk"]

[lib]
crate-type = ["rlib"]
name = "browser_window_core"
path = "src/lib.rs"

[package]
authors = ["Danny de Jong"]
categories = ["api-bindings"]
description = "The non-user friendly inner functionality of crate browser-window, providing an cross-platform and browser engine independent interface."
edition = "2018"
license = "MIT"
name = "browser-window-core"
publish = true
repository = "https://github.com/bamilab/browser-window/tree/master/core"
version = "0.0.1"