crossbow 0.1.7

Cross-Platform Rust Toolkit for Games 🏹
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.displaydoc]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

[features]
android = ["crossbow-android"]
default = ["android", "ios"]
ios = ["crossbow-ios"]

[package]
authors = ["DodoRare Team <support@dodorare.com>"]
description = "Cross-Platform Rust Toolkit for Games 🏹"
edition = "2021"
exclude = [".github/**/*"]
keywords = ["build", "android", "ios", "tools"]
license = "Apache-2.0"
name = "crossbow"
readme = "README.md"
repository = "https://github.com/dodorare/crossbow"
resolver = "2"
version = "0.1.7"
[target."cfg(target_os = \"android\")".dependencies.crossbow-android]
optional = true
version = "0.1.7"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = "0.6.2"
[target."cfg(target_os = \"ios\")".dependencies.crossbow-ios]
optional = true
version = "0.1.7"