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 +}