ohos_rust_binding 0.1.0

Rust binding for OHOS
Documentation
[package]
name = "ohos_rust_binding"
version = "0.1.0"
edition = "2021"
build = "build.rs"
description = "Rust binding for OHOS"
license = "MIT"

[features]
default = [
    "drawing",
    "log",
    "napi",
    "scheduler",
    "window",
    "xcomponent",
    "rdb",
    "hidebug",
    "bundle",
    "account",
    "hitrace",
    "embed",
    "input",
    "asset",
    "hiappevent",
    "web",
]

drawing = ["egl"]
log = []
napi = []
scheduler = ["napi", "xcomponent"]
window = []
xcomponent = []
rdb = []
hidebug = []
bundle = []
egl = []
account = []
hitrace = []
embed = []
input = []
asset = []
hiappevent = []
web = []

[build-dependencies]
bindgen = "0.69"