rux-shell 0.6.1

Rux runtime shell: window, GPU surface, input, and frame loop. Internal to Rux; the supported entry point is the ruxlang crate.
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 = "rux-shell"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux runtime shell: window, GPU surface, input, and frame loop. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = [
    "ui",
    "window",
    "gpu",
    "winit",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

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

[dependencies.rux-layout]
version = "0.6.1"

[dependencies.rux-paint]
version = "0.6.1"

[dependencies.rux-reactive]
version = "0.6.1"

[dependencies.rux-runtime]
version = "0.6.1"

[dependencies.rux-text]
version = "0.6.1"

[dependencies.vello]
version = "0.9"

[dependencies.web-time]
version = "1.1"

[dependencies.winit]
version = "0.30"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.accesskit_winit]
version = "0.33.2"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.notify]
version = "8.2.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "0.4"

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "HtmlCanvasElement",
    "console",
    "Clipboard",
    "Navigator",
    "CompositionEvent",
    "CssStyleDeclaration",
    "Document",
    "Element",
    "Event",
    "EventTarget",
    "HtmlElement",
    "HtmlInputElement",
    "MediaQueryList",
    "Node",
    "Window",
    "History",
    "Location",
    "PopStateEvent",
]