Skip to content

Commit

Permalink
samples
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 8, 2023
1 parent 08f9dfd commit fed889e
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion crates/samples/windows-sys/create_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows-sys]
path = "../../../libs/sys"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_LibraryLoader",
"Win32_UI_WindowsAndMessaging",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows-sys/enum_windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows-sys]
path = "../../../libs/sys"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
]
1 change: 0 additions & 1 deletion crates/samples/windows-sys/message_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows-sys]
path = "../../../libs/sys"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",
]
1 change: 0 additions & 1 deletion crates/samples/windows-sys/privileges/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows-sys]
path = "../../../libs/sys"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
"Win32_System_Memory",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows-sys/thread_pool_work/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows-sys]
path = "../../../libs/sys"
features = [
"Win32_Foundation",
"Win32_System_Threading",
]
1 change: 0 additions & 1 deletion crates/samples/windows/bits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ publish = false
path = "../../../libs/windows"
features = [
"implement",
"Win32_Foundation",
"Win32_System_Com",
"Win32_Networking_BackgroundIntelligentTransferService",
]
1 change: 0 additions & 1 deletion crates/samples/windows/com_uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_System_Com",
]
2 changes: 0 additions & 2 deletions crates/samples/windows/consent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Foundation",
"Security_Credentials_UI",
"Win32_Foundation",
"Win32_System_WinRT",
]
1 change: 0 additions & 1 deletion crates/samples/windows/core_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ features = [
"implement",
"ApplicationModel_Core",
"UI_Core",
"Win32_Foundation",
"Win32_Storage_Packaging_Appx",
"Win32_System_Com",
"Win32_UI_WindowsAndMessaging"
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/create_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_LibraryLoader",
"Win32_UI_WindowsAndMessaging",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Security_Credentials"
]
1 change: 0 additions & 1 deletion crates/samples/windows/data_protection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Foundation",
"Storage_Streams",
"Security_Cryptography_DataProtection",
"Win32_System_WinRT",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/dcomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rand = "0.8.5"
path = "../../../libs/windows"
features = [
"Foundation_Numerics",
"Win32_Foundation",
"Win32_Graphics_Direct2D_Common",
"Win32_Graphics_Direct3D",
"Win32_Graphics_Direct3D11",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/direct2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ path = "../../../libs/windows"
features = [
"Foundation_Numerics",
"Win32_System_Com",
"Win32_Foundation",
"Win32_Graphics_Direct2D_Common",
"Win32_Graphics_Direct3D",
"Win32_Graphics_Direct3D11",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/direct3d12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ array-init = "2.0.0"
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Graphics_Direct3D_Fxc",
"Win32_Graphics_Direct3D12",
"Win32_Graphics_Dxgi_Common",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/enum_windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
]
1 change: 0 additions & 1 deletion crates/samples/windows/kernel_event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
]
1 change: 0 additions & 1 deletion crates/samples/windows/message_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",
]
1 change: 0 additions & 1 deletion crates/samples/windows/ocr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ features = [
"Media_Ocr",
"Graphics_Imaging",
"Storage_Streams",
"Foundation",
]
1 change: 0 additions & 1 deletion crates/samples/windows/overlapped/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Threading",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/privileges/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
"Win32_System_Memory",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/spellchecker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ publish = false
path = "../../../libs/windows"
features = [
"Win32_System_Com",
"Win32_Foundation",
"Win32_Globalization",
]
1 change: 0 additions & 1 deletion crates/samples/windows/thread_pool_work/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_System_Threading",
]
1 change: 0 additions & 1 deletion crates/samples/windows/uiautomation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_UI_Accessibility",
"Win32_UI_WindowsAndMessaging",
Expand Down
1 change: 0 additions & 1 deletion crates/samples/windows/wmi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false
[dependencies.windows]
path = "../../../libs/windows"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Ole",
"Win32_System_Wmi",
Expand Down

0 comments on commit fed889e

Please sign in to comment.