Skip to content

Commit fd870c0

Browse files
committed
Update Cargo.toml for version 0.2.0: Adjust dependencies formatting and optimize release profile settings.
1 parent e14d9c7 commit fd870c0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
2+
edition = "2021"
23
name = "windows-ez-overlay"
34
version = "0.2.0"
4-
edition = "2021"
55

66
[dependencies]
7-
windows = { git = "https://github.com/microsoft/windows-rs", features = [
8-
"Win32_Graphics_Direct2D_Common",
9-
"Win32_Graphics_Direct3D",
10-
"Win32_Graphics_Direct3D11",
11-
"Win32_Graphics_Dxgi_Common",
12-
"Win32_Graphics_Gdi",
13-
"Win32_UI_WindowsAndMessaging",
14-
] }
7+
windows = {git = "https://github.com/microsoft/windows-rs", features = [
8+
"Win32_Graphics_Direct2D_Common",
9+
"Win32_Graphics_Direct3D",
10+
"Win32_Graphics_Direct3D11",
11+
"Win32_Graphics_Dxgi_Common",
12+
"Win32_Graphics_Gdi",
13+
"Win32_UI_WindowsAndMessaging",
14+
]}
1515

1616
[profile.release]
17+
codegen-units = 1
1718
lto = true
18-
strip = true
1919
panic = "abort"
20-
codegen-units = 1
20+
strip = true

0 commit comments

Comments
 (0)