ply-engine 1.0.3

The most powerful app engine made entirely in Rust
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 = "ply-engine"
version = "1.0.3"
build = false
exclude = [
    "scripts/*",
    ".vscode/*",
    ".github/*",
    ".cargo/*",
    "deps/*",
    "testcrate/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The most powerful app engine made entirely in Rust"
homepage = "https://plyx.iz.rs"
documentation = "https://plyx.iz.rs/docs/getting-started/"
readme = "README.md"
keywords = [
    "engine",
    "ui",
    "layout",
    "gamedev",
    "graphics",
]
categories = [
    "gui",
    "game-engines",
    "graphics",
    "rendering",
]
license = "0BSD"
repository = "https://github.com/TheRedDeveloper/ply-engine"

[package.metadata.docs.rs]
all-features = true

[features]
a11y = [
    "dep:accesskit",
    "dep:accesskit_unix",
    "dep:accesskit_macos",
    "dep:accesskit_windows",
    "dep:accesskit_android",
]
audio = ["macroquad/audio"]
built-in-shaders = []
default = ["a11y"]
net = [
    "dep:ureq",
    "dep:tokio",
    "dep:tokio-tungstenite",
    "dep:rustls",
    "dep:futures",
    "dep:sapp-jsutils",
]
net-json = [
    "net",
    "dep:serde",
    "dep:serde_json",
]
shader-build = ["dep:spirv-cross2"]
text-styling = []
tinyvg = [
    "dep:tinyvg",
    "dep:kurbo",
    "dep:lyon",
]

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

[dependencies.kurbo]
version = "0.13.0"
optional = true

[dependencies.lyon]
version = "1.0"
optional = true

[dependencies.macroquad]
version = "0.4.14"
package = "macroquad-ply"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.spirv-cross2]
version = "0.6"
features = ["glsl"]
optional = true
default-features = false

[dependencies.tinyvg]
version = "0.2"
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.accesskit]
version = "0.24"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]
version = "0.3"
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustls]
version = "0.23"
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "net",
    "sync",
    "macros",
]
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-tungstenite]
version = "0.28"
features = [
    "rustls-tls-webpki-roots",
    "handshake",
    "connect",
]
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq]
version = "3"
features = ["rustls"]
optional = true
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.sapp-jsutils]
version = "0.1"
optional = true

[target.'cfg(target_os = "android")'.dependencies.accesskit_android]
version = "0.7"
features = ["embedded-dex"]
optional = true

[target.'cfg(target_os = "linux")'.dependencies.accesskit_unix]
version = "0.20"
optional = true

[target.'cfg(target_os = "macos")'.dependencies.accesskit_macos]
version = "0.25"
optional = true

[target.'cfg(target_os = "windows")'.dependencies.accesskit_windows]
version = "0.32"
optional = true