[package]
edition = "2024"
name = "lingxia-windows-contract"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows host UI contracts (traits, types, registry) shared between the LingXia logic layer and the Windows SDK implementation"
readme = false
keywords = [
"lingxia",
"windows",
"contract",
"ui",
]
categories = [
"gui",
"os::windows-apis",
]
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"
[lib]
name = "lingxia_windows_contract"
path = "src/lib.rs"
[dependencies.lingxia-webview]
version = "0.11.1"
[dependencies.log]
version = "0.4.29"
[dependencies.serde_json]
version = "1.0.143"
features = ["raw_value"]
[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62.2"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
]
default-features = false