aboutsummaryrefslogtreecommitdiff
path: root/Config_Export.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Config_Export.toml')
-rw-r--r--Config_Export.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/Config_Export.toml b/Config_Export.toml
deleted file mode 100644
index ba1e03a..0000000
--- a/Config_Export.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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-LGPL-2", "LICENSE-THIRD-PARTY"] }
-
-# 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