crossbow 0.1.5

Cross-Platform Rust Toolkit for Games 🏹
Documentation
[dependencies.crossbow-android]
optional = true
version = "0.1.5"

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

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