31 lines
746 B
TOML
31 lines
746 B
TOML
[package]
|
|
name = "tim_tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
pathdiff = "0.2.3"
|
|
png = "0.17.16"
|
|
rfd = "0.15.2"
|
|
slint = "1.9.2"
|
|
serde = {version = "1.0.140", features = ["derive"]}
|
|
serde_json = "1.0"
|
|
tiny-skia = "0.11.4"
|
|
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
|
|
""" |