From 3c524b08626173fb9e935382bd6aa1e6676d2481 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Sun, 24 Dec 2023 17:47:03 -0800 Subject: [PATCH] name change: Change name of mod mod is now named options_changer add newline at end of scale_ui file --- Cargo.lock | 4 +++- Cargo.toml | 2 +- src/scale_ui.rs | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c60cfb6..cd528b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,9 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] -name = "mod" +name = "options_changer" version = "0.1.0" dependencies = [ "winapi", diff --git a/Cargo.toml b/Cargo.toml index 8d7483a..2e5c1eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "mod" +name = "options_changer" version = "0.1.0" authors = ["lcdr"] edition = "2018" diff --git a/src/scale_ui.rs b/src/scale_ui.rs index a987ea3..b20b2fb 100644 --- a/src/scale_ui.rs +++ b/src/scale_ui.rs @@ -55,4 +55,4 @@ pub fn patch_ui_scale() { patch(MAX_ASPECT_RATIO, parsed_value); } } -} \ No newline at end of file +}