fission 0.1.0

Cross-platform GPU-accelerated UI framework for 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 = "fission"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform GPU-accelerated UI framework for Rust"
readme = false
license = "MIT"
repository = "https://github.com/worka-ai/fission"

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

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

[dependencies.fission-diagnostics]
version = "0.1.0"

[dependencies.fission-i18n]
version = "0.1.0"

[dependencies.fission-icons]
version = "0.1.0"

[dependencies.fission-ir]
version = "0.1.0"

[dependencies.fission-layout]
version = "0.1.0"

[dependencies.fission-macros]
version = "0.1.0"

[dependencies.fission-render]
version = "0.1.0"

[dependencies.fission-shell-desktop]
version = "0.1.0"

[dependencies.fission-test-driver]
version = "0.1.0"

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

[dependencies.fission-widgets]
version = "0.1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]