[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.17"
[dependencies.irondash_engine_context]
version = "0.5.0"
[dependencies.once_cell]
version = "1.16.0"
[lib]
name = "irondash_run_loop"
path = "src/lib.rs"
[package]
authors = ["Matej Knopp <matej.knopp@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Consistent, platform-independent interface to system run loop."
edition = "2021"
license = "MIT"
name = "irondash_run_loop"
readme = "README.md"
repository = "https://github.com/irondash/irondash"
version = "0.6.0"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation]
version = "0.9"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2]
version = "0.5.0"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-foundation]
features = ["NSString", "NSThread"]
version = "0.2.2"
[target.'cfg(target_os = "android")'.dependencies.log]
version = "0.4"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSEvent", "NSResponder", "NSApplication", "NSGraphicsContext"]
version = "0.2.2"