irondash_engine_context 0.1.0

Easy access to FlutterView, FlutterBinaryMessenger and FlutterTextureRegistry for FFI.
Documentation
[dependencies]

[package]
authors = ["Matej Knopp <matej.knopp@gmail.com>"]
description = "Easy access to FlutterView, FlutterBinaryMessenger and FlutterTextureRegistry for FFI."
edition = "2021"
license = "MIT"
name = "irondash_engine_context"
readme = "README.md"
repository = "https://github.com/irondash/irondash"
resolver = "1"
version = "0.1.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa]
version = "0.24"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc]
version = "0.2.7"
[target."cfg(target_os = \"android\")".dependencies.android_logger]
version = "0.11"

[target."cfg(target_os = \"android\")".dependencies.irondash_jni_context]
version = "0.1.0"

[target."cfg(target_os = \"android\")".dependencies.jni]
version = "0.19"

[target."cfg(target_os = \"android\")".dependencies.log]
version = "0.4"