fastpack-gui 0.7.2

Native desktop GUI for FastPack (primary interface)
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"
rust-version = "1.85"
name = "fastpack-gui"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native desktop GUI for FastPack (primary interface)"
homepage = "https://github.com/Hexeption/FastPack"
readme = false
keywords = [
    "texture-atlas",
    "sprite-packer",
    "atlas",
    "packing",
    "game",
]
categories = [
    "game-development",
    "multimedia::images",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Hexeption/FastPack"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.eframe]
version = "0.29"
features = [
    "default_fonts",
    "wgpu",
]

[dependencies.egui]
version = "0.29"

[dependencies.egui_extras]
version = "0.29"
features = ["image"]

[dependencies.fastpack-compress]
version = "0.7.2"

[dependencies.fastpack-core]
version = "0.7.2"

[dependencies.fastpack-formats]
version = "0.7.2"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "bmp",
    "tga",
    "webp",
    "tiff",
]
default-features = false

[dependencies.rayon]
version = "1"

[dependencies.rfd]
version = "0.15"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2"