[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.17"
[dependencies.irondash_engine_context]
version = "0.4.0-dev.2"
[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.4.0-dev.2"
[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"]
version = "0.0.4"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc2]
version = "0.4.1"
[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.0.4"