lbee-utils/pak_explorer/Cargo.toml

20 lines
526 B
TOML

[package]
name = "pak_explorer"
edition = "2021"
version = "0.1.2"
description = """
A simple GUI for exploring and making modifications to LUCA System PAK files.
"""
license = "GPL-3.0-or-later"
authors.workspace = true
publish = false
[dependencies]
cz = { path = "../cz/", features = ["png"] }
eframe = { version = "0.28.1", default-features = false, features = ["wayland", "x11", "accesskit", "default_fonts", "wgpu"] }
egui_extras = "0.28.1"
luca_pak = { path = "../luca_pak/" }
rfd = "0.14.1"
[lints]
workspace = true