fission-shell-desktop 0.8.0

Desktop shell wrapper for Fission applications
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 = "fission-shell-desktop"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop shell wrapper for Fission applications"
homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fission-ui/fission"

[features]
default = []
three-d = ["fission-shell-winit/three-d"]
tray = ["fission-shell-winit/tray"]
video = ["fission-shell-winit/video"]

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fission-core]
version = "0.8.0"

[dependencies.fission-shell]
version = "0.8.0"

[dependencies.fission-shell-winit]
version = "0.8.0"
default-features = false

[dependencies.fission-theme]
version = "0.8.0"

[dependencies.winit]
version = "0.30.13-fission.1"
package = "fission-winit"

[dev-dependencies.fission-ir]
version = "0.8.0"

[dev-dependencies.fission-layout]
version = "0.8.0"

[dev-dependencies.fission-macros]
version = "0.8.0"

[dev-dependencies.fission-render]
version = "0.8.0"

[dev-dependencies.fission-render-vello]
version = "0.8.0"

[dev-dependencies.fission-widgets]
version = "0.8.0"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]