This commit is contained in:
2025-01-29 16:29:56 -05:00
parent 464830469e
commit f538387025
6 changed files with 5634 additions and 0 deletions

14
src/about.rs Normal file
View File

@@ -0,0 +1,14 @@
pub fn about() -> [&'static str; 7] {
[
"This program was designed to replicate the VPC Shift Tool functions \
bundled with the VirPil control software package.",
"\n",
"Shift Tool Copyright (C) 2024 RavenX8",
"This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.",
"License: GNU General Public License v3.0",
"Author: RavenX8",
"https://github.com/RavenX8/open-vpc",
]
}

1019
src/main.rs Normal file

File diff suppressed because it is too large Load Diff