arkui-sys 0.1.0

Bindings to the native ArkUI API of OpenHarmony
Documentation
[dependencies.document-features]
optional = true
version = "0.2"

[features]
api-12 = []
default = []
document-features = ["dep:document-features"]

[lib]
name = "arkui_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Bindings to the native ArkUI API of OpenHarmony"
edition = "2021"
exclude = ["src/**/*_nopublish.rs"]
keywords = ["OpenHarmony", "HarmonyOS", "ArkUI", "UI"]
license = "Apache-2.0"
name = "arkui-sys"
readme = "README.md"
repository = "https://github.com/openharmony-rs/ohos-sys"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
targets = ["aarch64-unknown-linux-ohos", "armv7-unknown-linux-ohos", "x86_64-unknown-linux-ohos"]