fission-shell-web 0.8.0

Web and WebAssembly shell wrapper for Fission applications
Documentation
[package]
name = "fission-shell-web"
version = "0.8.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/fission-ui/fission"
description = "Web and WebAssembly shell wrapper for Fission applications"

homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
[features]
default = []
three-d = ["fission-shell-winit/three-d"]
video = ["fission-shell-winit/video"]

[dependencies]
anyhow = "1.0"
fission-core = { path = "../../core/fission-core", version = "0.8.0" }
fission-theme = { path = "../../core/fission-theme", version = "0.8.0" }
fission-shell = { path = "../fission-shell", version = "0.8.0" }
fission-shell-winit = { path = "../fission-shell-winit", version = "0.8.0", default-features = false }

[dev-dependencies]