fix #1: AES dependency placement in nt* templates by moving the dependencies placeholder above the windows-sys table

This commit is contained in:
staffs@smukx.site
2026-06-21 01:38:33 +05:30
parent 81e3be94b7
commit 74583332cb
5 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "RustPacker" name = "RustPacker"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
authors = ["smukx <staffs@5mukx.site>"] authors = ["smukx <staffs@5mukx.site>"]
+1 -2
View File
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" } dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
data = { git = "https://git.smukx.site/smukx/Dyncvoke" } data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
{{DYNCVOKE_EXTRA_DEPS}} {{DYNCVOKE_EXTRA_DEPS}}
{{DEPENDENCIES}}
[dependencies.windows-sys] [dependencies.windows-sys]
version = "0.61" version = "0.61"
@@ -19,8 +20,6 @@ features = [
"Win32_System_Threading", "Win32_System_Threading",
] ]
{{DEPENDENCIES}}
[profile.release] [profile.release]
strip = true strip = true
opt-level = "z" opt-level = "z"
+1 -2
View File
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" } dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
data = { git = "https://git.smukx.site/smukx/Dyncvoke" } data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
{{DYNCVOKE_EXTRA_DEPS}} {{DYNCVOKE_EXTRA_DEPS}}
{{DEPENDENCIES}}
[dependencies.windows-sys] [dependencies.windows-sys]
version = "0.61" version = "0.61"
@@ -20,8 +21,6 @@ features = [
"Win32_System_Diagnostics_ToolHelp", "Win32_System_Diagnostics_ToolHelp",
] ]
{{DEPENDENCIES}}
[profile.release] [profile.release]
strip = true strip = true
opt-level = "z" opt-level = "z"
+1 -2
View File
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" } dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
data = { git = "https://git.smukx.site/smukx/Dyncvoke" } data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
{{DYNCVOKE_EXTRA_DEPS}} {{DYNCVOKE_EXTRA_DEPS}}
{{DEPENDENCIES}}
[dependencies.windows-sys] [dependencies.windows-sys]
version = "0.61" version = "0.61"
@@ -21,8 +22,6 @@ features = [
"Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_Debug",
] ]
{{DEPENDENCIES}}
[profile.release] [profile.release]
strip = true strip = true
opt-level = "z" opt-level = "z"
+1 -2
View File
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" } dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
data = { git = "https://git.smukx.site/smukx/Dyncvoke" } data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
{{DYNCVOKE_EXTRA_DEPS}} {{DYNCVOKE_EXTRA_DEPS}}
{{DEPENDENCIES}}
[dependencies.windows-sys] [dependencies.windows-sys]
version = "0.61" version = "0.61"
@@ -20,8 +21,6 @@ features = [
"Win32_System_Threading", "Win32_System_Threading",
] ]
{{DEPENDENCIES}}
[profile.release] [profile.release]
strip = true strip = true
opt-level = "z" opt-level = "z"