avam-client and oauth2

This commit is contained in:
2024-10-17 00:56:02 +02:00
parent bfc5cbf624
commit f93eb3c429
50 changed files with 5674 additions and 277 deletions

5
avam-client/build.rs Normal file
View File

@@ -0,0 +1,5 @@
use windres::Build;
fn main() {
Build::new().compile("icon.rc").unwrap();
}