irondash_run_loop 0.5.0

Consistent, platform-independent interface to system run loop.
Documentation
[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"

[package]
authors = ["Matej Knopp <matej.knopp@gmail.com>"]
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.5.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.icrate]
features = ["Foundation", "Foundation_NSString", "Foundation_NSThread"]
version = "0.1.0"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc2]
version = "0.5.0"
[target."cfg(target_os = \"android\")".dependencies.log]
version = "0.4"
[target."cfg(target_os = \"macos\")".dependencies.icrate]
features = ["AppKit", "AppKit_NSEvent", "AppKit_NSApplication", "AppKit_NSGraphicsContext"]
version = "0.1.0"