[dependencies.irondash_engine_context]
version = "0.4.0-dev.1"
[dependencies.irondash_run_loop]
version = "0.4.0-dev.1"
[dependencies.log]
version = "0.4"
[package]
authors = ["Matej Knopp <matej.knopp@gmail.com>"]
description = "Rust Bindings for Flutter External Textures."
edition = "2021"
exclude = ["example/"]
license = "MIT"
name = "irondash_texture"
readme = "README.md"
repository = "https://github.com/irondash/irondash"
version = "0.4.0-dev1"
[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"]
version = "0.0.4"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc2]
version = "0.4.1"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.once_cell]
version = "1.16.0"
[target."cfg(target_os = \"android\")".dependencies.jni]
version = "0.21.1"
[target."cfg(target_os = \"android\")".dependencies.ndk-sys]
version = "0.4.1"
[target."cfg(target_os = \"linux\")".dependencies.cstr]
version = "0.2.11"
[target."cfg(target_os = \"linux\")".dependencies.glib-sys]
version = "0.16.3"
[target."cfg(target_os = \"linux\")".dependencies.gobject-sys]
version = "0.16.3"
[target."cfg(target_os = \"linux\")".dependencies.once_cell]
version = "1.16.0"
[target."cfg(target_os = \"windows\")".dependencies.cstr]
version = "0.2.11"
[target."cfg(target_os = \"windows\")".dependencies.once_cell]
version = "1.16.0"