jabyengine/src/Tools/tim_tool/Cargo.toml

30 lines
723 B
TOML

[package]
name = "tim_tool"
version = "0.1.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
png = "0.17.16"
rfd = "0.15.2"
slint = "1.9.2"
tiny-skia = "0.11.4"
serde = {version = "1.0.140", features = ["derive"]}
serde_json = "1.0"
tool_helper = {path = "../tool_helper"}
[build-dependencies]
slint-build = "1.9.2"
[package.metadata.bundle]
name = "TIMTOOL"
identifier = "zone.jabyengine.timtool"
icon = ["ui/assets/TimTool64x64.png"]
copyright = "Copyright (c) 2025 Jaby MIT License"
category = "Developer Tool"
short_description = "TIM Tool for JabyEngine"
long_description = """
A new interpetation of the TIM Tool from Sony, for use with PSYQ and the JabyEngine
"""