fenestra-shell 0.2.0

Windowed (winit + wgpu) and headless runners for the fenestra GUI 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 = "2024"
name = "fenestra-shell"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windowed (winit + wgpu) and headless runners for the fenestra GUI framework"
readme = false
keywords = [
    "gui",
    "ui",
    "graphics",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/richer-richard/fenestra"

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

[[test]]
name = "commands"
path = "tests/commands.rs"

[[test]]
name = "hardening"
path = "tests/hardening.rs"

[[test]]
name = "headless_smoke"
path = "tests/headless_smoke.rs"

[[test]]
name = "image_golden"
path = "tests/image_golden.rs"

[[test]]
name = "keyframes_test"
path = "tests/keyframes_test.rs"

[dependencies.accesskit]
version = "0.24.0"

[dependencies.accesskit_winit]
version = "0.33.0"

[dependencies.arboard]
version = "3.6.1"

[dependencies.fenestra-core]
version = "0.2.0"

[dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dependencies.kurbo]
version = "0.13.1"

[dependencies.pollster]
version = "0.4.0"

[dependencies.vello]
version = "0.9.0"

[dependencies.wgpu]
version = "29.0.3"

[dependencies.winit]
version = "0.30.13"

[lints.rust]
unsafe_code = "forbid"