[build-dependencies.encoding_rs]
version = "0.8.35"
[dependencies.compo]
version = "0.1.2"
[dependencies.compo-platform-loop]
features = ["application"]
version = "0.1.3"
[dependencies.tracing]
features = ["std"]
version = "0.1.41"
[lib]
name = "compo_window"
path = "src/lib.rs"
[package]
authors = ["SmileSky <mzdk100@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "api-bindings", "os"]
description = "Cross-platform window component for the Compo declarative and reactive component framework"
documentation = "https://docs.rs/compo-window"
edition = "2024"
exclude = ["examples/", ".github/"]
keywords = ["gui", "window", "cross-platform", "reactive", "component"]
license = "Apache-2.0"
name = "compo-window"
readme = "README.md"
repository = "https://github.com/mzdk100/compo-window"
version = "0.1.0"
[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21.1"
[target.'cfg(target_os = "ios")'.dependencies.objc2]
features = ["exception"]
version = "0.6.3"
[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
version = "0.3.2"
[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
version = "0.3.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
features = ["exception"]
version = "0.6.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.62.2"