fix #1: AES dependency placement in nt* templates by moving the dependencies placeholder above the windows-sys table
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "RustPacker"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
authors = ["smukx <staffs@5mukx.site>"]
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
|
||||
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
{{DYNCVOKE_EXTRA_DEPS}}
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[dependencies.windows-sys]
|
||||
version = "0.61"
|
||||
@@ -19,8 +20,6 @@ features = [
|
||||
"Win32_System_Threading",
|
||||
]
|
||||
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
||||
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
|
||||
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
{{DYNCVOKE_EXTRA_DEPS}}
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[dependencies.windows-sys]
|
||||
version = "0.61"
|
||||
@@ -20,8 +21,6 @@ features = [
|
||||
"Win32_System_Diagnostics_ToolHelp",
|
||||
]
|
||||
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
||||
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
|
||||
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
{{DYNCVOKE_EXTRA_DEPS}}
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[dependencies.windows-sys]
|
||||
version = "0.61"
|
||||
@@ -21,8 +22,6 @@ features = [
|
||||
"Win32_System_Diagnostics_Debug",
|
||||
]
|
||||
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
||||
@@ -10,6 +10,7 @@ dyncvoke = { git = "https://git.smukx.site/smukx/Dyncvoke", default-features = f
|
||||
dyncvoke_core = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
data = { git = "https://git.smukx.site/smukx/Dyncvoke" }
|
||||
{{DYNCVOKE_EXTRA_DEPS}}
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[dependencies.windows-sys]
|
||||
version = "0.61"
|
||||
@@ -20,8 +21,6 @@ features = [
|
||||
"Win32_System_Threading",
|
||||
]
|
||||
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
||||
Reference in New Issue
Block a user