File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
+ edition = " 2021"
2
3
name = " windows-ez-overlay"
3
4
version = " 0.2.0"
4
- edition = " 2021"
5
5
6
6
[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
+ ]}
15
15
16
16
[profile .release ]
17
+ codegen-units = 1
17
18
lto = true
18
- strip = true
19
19
panic = " abort"
20
- codegen-units = 1
20
+ strip = true
You can’t perform that action at this time.
0 commit comments