app-surface 1.2.0

Integrate wgpu into your existing iOS and Android apps.
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.glam]
version = "0.29"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

[dependencies.wgpu]
version = "23"

[features]
default = []
mac_catalyst = []
webgl = ["wgpu/webgl"]

[lib]
crate-type = ["rlib"]
name = "app_surface"
path = "src/lib.rs"

[package]
authors = ["jinleili"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Integrate wgpu into your existing iOS and Android apps."
edition = "2021"
keywords = ["android", "SurfaceView", "ios", "macos", "wgpu"]
license = "MIT"
name = "app-surface"
readme = false
repository = "https://github.com/jinleili/wgpu-in-app"
rust-version = "1.76"
version = "1.2.0"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-graphics]
version = "0.24"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.env_logger]
version = "0.11"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.libc]
version = "0.2"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc]
version = "0.2.7"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.raw-window-handle]
version = "0.6"

[target.'cfg(any(target_os = "macos", target_os = "windows", target_os = "linux"))'.dependencies.winit]
version = "=0.30.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.95"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Document", "Window", "Location"]
version = "0.3.72"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.winit]
version = "=0.30.5"

[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.14"

[target.'cfg(target_os = "android")'.dependencies.ash]
version = "0.38"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"

[target.'cfg(target_os = "android")'.dependencies.ndk-sys]
version = "0.6"

[target.'cfg(target_os = "android")'.dependencies.raw-window-handle]
version = "0.6"