bexa-ui-core 0.1.0

Core widgets, layout, and signals for BexaUI — the hacker's UI toolkit 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 = "2024"
name = "bexa-ui-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core widgets, layout, and signals for BexaUI — the hacker's UI toolkit for Rust"
homepage = "https://github.com/leonardocxavier/BEXA3UI"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "wgpu",
    "terminal",
    "devtools",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/leonardocxavier/BEXA3UI"
resolver = "2"

[features]
default = []
terminal = [
    "portable-pty",
    "vte",
]

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

[dependencies.arboard]
version = "3"

[dependencies.glyphon]
version = "0.10.0"

[dependencies.portable-pty]
version = "0.9"
optional = true

[dependencies.taffy]
version = "0.4"

[dependencies.vte]
version = "0.15"
optional = true

[dependencies.winit]
version = "0.29"