From a210ab86ee43dea3b4d9d0f2af5750c5a4adf096 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Fri, 13 Jun 2025 19:20:06 +0800 Subject: . --- Project_Export.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Project_Export.toml (limited to 'Project_Export.toml') diff --git a/Project_Export.toml b/Project_Export.toml new file mode 100644 index 0000000..d07bc31 --- /dev/null +++ b/Project_Export.toml @@ -0,0 +1,25 @@ +# No Gamepads Export Configure +# This document details release file information for executing cargo export or cargo dev. + +# Items defined in [release.root] +# It will search starting from the project directory and copy to the specified location in the target directory. +[release.root] + +# License files, third-party licenses +license = { raw = "./", target = "./", files = [ + "LICENSE-MIT" +] } + +# Powershell auto-completion scripts +powershell_complete = { raw = "./.cargo/resources/scripts/", target = "./bin/completeion", files = [ + "install_completion_powershell.ps1" +] } + +# Items defined in [release.deps] +# It will search starting from the build directory and copy to the specified location in the target directory. +[release.deps] + +# Windows executables +win_exes = { raw = "./", target = "./bin", files = [ + "padc.exe", "pad.exe" +] } \ No newline at end of file -- cgit