zenthra-platform 0.2.2

Windowing and platform abstraction layer for the Zenthra UI framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "zenthra-platform"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windowing and platform abstraction layer for the Zenthra UI framework"
homepage = "https://zenthralabs.dev"
readme = "README.md"
license = "MIT"
repository = "https://zenthralabs.dev"

[lib]
name = "zenthra_platform"
path = "src/lib.rs"

[dependencies.glam]
version = "0.29"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

[dependencies.wgpu]
version = "29"

[dependencies.winit]
version = "0.30"

[dependencies.zenthra-core]
version = "0.2.2"

[dependencies.zenthra-input]
version = "0.2.2"

[dependencies.zenthra-render]
version = "0.2.2"

[target.'cfg(target_os = "android")'.dependencies.android-activity]
version = "0.6"
features = ["native-activity"]