diff --git a/podman/scripts/install_rust.sh b/podman/scripts/install_rust.sh index 0d515eb1..067e610c 100755 --- a/podman/scripts/install_rust.sh +++ b/podman/scripts/install_rust.sh @@ -6,4 +6,4 @@ RUST_VERSION=1.84.0 echo "<<< Install Rust $RUST_VERSION >>>" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$RUST_VERSION -y . "$HOME/.cargo/env" -cargo install cargo-edit --locked \ No newline at end of file +cargo install cargo-edit cargo-bundle --locked \ No newline at end of file diff --git a/src/Tools/Tools.code-workspace b/src/Tools/Tools.code-workspace index a9265339..49672a22 100644 --- a/src/Tools/Tools.code-workspace +++ b/src/Tools/Tools.code-workspace @@ -50,7 +50,7 @@ { "id": "cargo cmd", "type":"pickString", - "options": ["build", "check", "upgrade", "clean", "run", "tree"], + "options": ["build", "check", "run", "upgrade", "clean", "bundle"], "default": "build", "description": "cargo command to run" } diff --git a/src/Tools/tim_tool/Cargo.toml b/src/Tools/tim_tool/Cargo.toml index f07694dc..dd0b80c4 100644 --- a/src/Tools/tim_tool/Cargo.toml +++ b/src/Tools/tim_tool/Cargo.toml @@ -14,3 +14,14 @@ 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 +""" \ No newline at end of file diff --git a/src/Tools/tim_tool/ui/assets/TimTool64x64.png b/src/Tools/tim_tool/ui/assets/TimTool64x64.png new file mode 100644 index 00000000..826eeb6f --- /dev/null +++ b/src/Tools/tim_tool/ui/assets/TimTool64x64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee6873c7e18715367d9eec6da7fa56532ed23985cea21905acdf5f20a52007f +size 1703