gpui_hexeditor 0.1.0

A reusable hex editor widget for GPUI 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 = "2024"
name = "gpui_hexeditor"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "src/**",
    "examples/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A reusable hex editor widget for GPUI applications"
homepage = "https://github.com/Modolet/gpui_hexeditor"
documentation = "https://docs.rs/gpui_hexeditor"
readme = "README.md"
keywords = [
    "gpui",
    "hex",
    "editor",
    "gui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/Modolet/gpui_hexeditor"

[package.metadata.docs.rs]
all-features = true

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "file_editor"
path = "examples/file_editor.rs"

[[example]]
name = "showcase"
path = "examples/showcase.rs"

[dependencies.gpui]
version = "0.2.2"

[dependencies.gpui-component]
version = "0.5.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"