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]
|
[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>"]
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user