[build-dependencies.encoding_rs]
version = "0.8.35"
[dependencies.compo]
version = "0.1"
[dependencies.tracing]
default-features = false
version = "0.1.41"
[[example]]
name = "hello"
path = "examples/hello.rs"
[features]
application = ["objc2-app-kit/default", "objc2-ui-kit/default"]
[lib]
name = "compo_platform_loop"
path = "src/lib.rs"
[package]
authors = ["SmileSky <mzdk100@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["asynchronous", "gui", "os"]
description = "Cross-platform event loop implementation for the Compo declarative and reactive component framework"
edition = "2024"
keywords = ["compo", "reactive", "declarative", "async", "loop"]
license = "Apache-2.0"
name = "compo-platform-loop"
readme = "README.md"
repository = "https://github.com/mzdk100/compo-platform-loop.git"
version = "0.1.3"
[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21.1"
[target.'cfg(target_os = "ios")'.dependencies.block2]
version = "0.6.2"
[target.'cfg(target_os = "ios")'.dependencies.objc2]
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]
optional = true
version = "0.3.2"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
optional = true
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"]
version = "0.62.2"