Creation of TIM Tool #15
|
@ -6,4 +6,4 @@ RUST_VERSION=1.84.0
|
||||||
echo "<<< Install Rust $RUST_VERSION >>>"
|
echo "<<< Install Rust $RUST_VERSION >>>"
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$RUST_VERSION -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$RUST_VERSION -y
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo install cargo-edit --locked
|
cargo install cargo-edit cargo-bundle --locked
|
|
@ -50,7 +50,7 @@
|
||||||
{
|
{
|
||||||
"id": "cargo cmd",
|
"id": "cargo cmd",
|
||||||
"type":"pickString",
|
"type":"pickString",
|
||||||
"options": ["build", "check", "upgrade", "clean", "run", "tree"],
|
"options": ["build", "check", "run", "upgrade", "clean", "bundle"],
|
||||||
"default": "build",
|
"default": "build",
|
||||||
"description": "cargo command to run"
|
"description": "cargo command to run"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,3 +14,14 @@ tool_helper = {path = "../tool_helper"}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
slint-build = "1.9.2"
|
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
|
||||||
|
"""
|
Binary file not shown.
Loading…
Reference in New Issue