From 266ff311f88b5db7dca22c5763d66c987fcf4436 Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Fri, 20 Aug 2021 14:53:23 -0700 Subject: [PATCH] Version 0.19.0 (#27) --- com_uri/Cargo.lock | 30 ++++- com_uri/Cargo.toml | 2 +- com_uri/bindings/Cargo.toml | 4 +- core_app/Cargo.lock | 30 ++++- core_app/Cargo.toml | 2 +- core_app/bindings/Cargo.toml | 4 +- create_window/Cargo.lock | 30 ++++- create_window/Cargo.toml | 2 +- create_window/bindings/Cargo.toml | 4 +- direct2d/Cargo.lock | 8 +- direct3d12/Cargo.lock | 30 ++++- direct3d12/Cargo.toml | 2 +- direct3d12/bindings/Cargo.toml | 4 +- enum_windows/Cargo.lock | 30 ++++- enum_windows/Cargo.toml | 2 +- enum_windows/bindings/Cargo.toml | 4 +- kernel_event/Cargo.lock | 30 ++++- kernel_event/Cargo.toml | 2 +- kernel_event/bindings/Cargo.toml | 4 +- memory_buffer/Cargo.lock | 30 ++++- memory_buffer/Cargo.toml | 2 +- memory_buffer/bindings/Cargo.toml | 4 +- message_box/Cargo.lock | 30 ++++- message_box/bindings/Cargo.toml | 4 +- ocr/Cargo.lock | 38 ++++-- ocr/Cargo.toml | 2 +- ocr/bindings/Cargo.toml | 4 +- overlapped/Cargo.lock | 30 ++++- overlapped/Cargo.toml | 2 +- overlapped/bindings/Cargo.toml | 4 +- rss/Cargo.lock | 30 ++++- rss/Cargo.toml | 2 +- rss/bindings/Cargo.toml | 4 +- simple/Cargo.lock | 30 ++++- simple/Cargo.toml | 4 +- spellchecker/Cargo.lock | 30 ++++- spellchecker/Cargo.toml | 2 +- spellchecker/bindings/Cargo.toml | 4 +- uiautomation/Cargo.lock | 30 ++++- uiautomation/Cargo.toml | 2 +- uiautomation/bindings/Cargo.toml | 4 +- .../winmd/Microsoft.Web.WebView2.Core.winmd | Bin .../x64/Microsoft.Web.WebView2.Core.dll | Bin .../x86/Microsoft.Web.WebView2.Core.dll | Bin webview2/Cargo.lock | 42 +++++-- webview2/Cargo.toml | 2 +- webview2/bindings/Cargo.toml | 4 +- .../winmd/Microsoft.Web.WebView2.winmd | Bin .../.windows/x64/WebView2LoaderStatic.lib | Bin .../.windows/x86/WebView2LoaderStatic.lib | Bin webview2_win32/Cargo.lock | 42 +++++-- webview2_win32/Cargo.toml | 2 +- webview2_win32/bindings/Cargo.toml | 4 +- .../winmd/Microsoft.Graphics.Canvas.winmd | Bin .../x64/Microsoft.Graphics.Canvas.dll | Bin .../.windows/x64/TestComponent.dll | Bin .../.windows/x64/concrt140_app.dll | Bin .../.windows/x64/msvcp140_1_app.dll | Bin .../.windows/x64/msvcp140_2_app.dll | Bin .../.windows/x64/msvcp140_app.dll | Bin .../.windows/x64/vcamp140_app.dll | Bin .../.windows/x64/vccorlib140_app.dll | Bin .../.windows/x64/vcomp140_app.dll | Bin .../.windows/x64/vcruntime140_1_app.dll | Bin .../.windows/x64/vcruntime140_app.dll | Bin .../x86/Microsoft.Graphics.Canvas.dll | Bin .../.windows/x86/TestComponent.dll | Bin .../.windows/x86/concrt140_app.dll | Bin .../.windows/x86/msvcp140_1_app.dll | Bin .../.windows/x86/msvcp140_2_app.dll | Bin .../.windows/x86/msvcp140_app.dll | Bin .../.windows/x86/vcamp140_app.dll | Bin .../.windows/x86/vccorlib140_app.dll | Bin .../.windows/x86/vcomp140_app.dll | Bin .../.windows/x86/vcruntime140_app.dll | Bin win2d/Cargo.lock | 30 ++++- win2d/bindings/Cargo.toml | 4 +- windows_app_sdk/Cargo.lock | 97 --------------- windows_app_sdk/Cargo.toml | 10 -- windows_app_sdk/README.md | 3 - windows_app_sdk/bindings/Cargo.toml | 13 -- windows_app_sdk/bindings/build.rs | 9 -- windows_app_sdk/bindings/src/lib.rs | 1 - windows_app_sdk/src/main.rs | 111 ------------------ xaml_app/Cargo.lock | 30 ++++- xaml_app/Cargo.toml | 2 +- xaml_app/bindings/Cargo.toml | 4 +- xml/Cargo.lock | 30 ++++- xml/Cargo.toml | 2 +- xml/bindings/Cargo.toml | 4 +- 90 files changed, 530 insertions(+), 432 deletions(-) rename webview2/{bindings => }/.windows/winmd/Microsoft.Web.WebView2.Core.winmd (100%) rename webview2/{bindings => }/.windows/x64/Microsoft.Web.WebView2.Core.dll (100%) rename webview2/{bindings => }/.windows/x86/Microsoft.Web.WebView2.Core.dll (100%) rename webview2_win32/{bindings => }/.windows/winmd/Microsoft.Web.WebView2.winmd (100%) rename webview2_win32/{bindings => }/.windows/x64/WebView2LoaderStatic.lib (100%) rename webview2_win32/{bindings => }/.windows/x86/WebView2LoaderStatic.lib (100%) rename win2d/{bindings => }/.windows/winmd/Microsoft.Graphics.Canvas.winmd (100%) rename win2d/{bindings => }/.windows/x64/Microsoft.Graphics.Canvas.dll (100%) rename win2d/{bindings => }/.windows/x64/TestComponent.dll (100%) rename win2d/{bindings => }/.windows/x64/concrt140_app.dll (100%) rename win2d/{bindings => }/.windows/x64/msvcp140_1_app.dll (100%) rename win2d/{bindings => }/.windows/x64/msvcp140_2_app.dll (100%) rename win2d/{bindings => }/.windows/x64/msvcp140_app.dll (100%) rename win2d/{bindings => }/.windows/x64/vcamp140_app.dll (100%) rename win2d/{bindings => }/.windows/x64/vccorlib140_app.dll (100%) rename win2d/{bindings => }/.windows/x64/vcomp140_app.dll (100%) rename win2d/{bindings => }/.windows/x64/vcruntime140_1_app.dll (100%) rename win2d/{bindings => }/.windows/x64/vcruntime140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/Microsoft.Graphics.Canvas.dll (100%) rename win2d/{bindings => }/.windows/x86/TestComponent.dll (100%) rename win2d/{bindings => }/.windows/x86/concrt140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/msvcp140_1_app.dll (100%) rename win2d/{bindings => }/.windows/x86/msvcp140_2_app.dll (100%) rename win2d/{bindings => }/.windows/x86/msvcp140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/vcamp140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/vccorlib140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/vcomp140_app.dll (100%) rename win2d/{bindings => }/.windows/x86/vcruntime140_app.dll (100%) delete mode 100644 windows_app_sdk/Cargo.lock delete mode 100644 windows_app_sdk/Cargo.toml delete mode 100644 windows_app_sdk/README.md delete mode 100644 windows_app_sdk/bindings/Cargo.toml delete mode 100644 windows_app_sdk/bindings/build.rs delete mode 100644 windows_app_sdk/bindings/src/lib.rs delete mode 100644 windows_app_sdk/src/main.rs diff --git a/com_uri/Cargo.lock b/com_uri/Cargo.lock index 50afb04..13cc31e 100644 --- a/com_uri/Cargo.lock +++ b/com_uri/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/com_uri/Cargo.toml b/com_uri/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/com_uri/Cargo.toml +++ b/com_uri/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/com_uri/bindings/Cargo.toml b/com_uri/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/com_uri/bindings/Cargo.toml +++ b/com_uri/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/core_app/Cargo.lock b/core_app/Cargo.lock index 50afb04..13cc31e 100644 --- a/core_app/Cargo.lock +++ b/core_app/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/core_app/Cargo.toml b/core_app/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/core_app/Cargo.toml +++ b/core_app/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/core_app/bindings/Cargo.toml b/core_app/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/core_app/bindings/Cargo.toml +++ b/core_app/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/create_window/Cargo.lock b/create_window/Cargo.lock index 5a7898d..e07e377 100644 --- a/create_window/Cargo.lock +++ b/create_window/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/create_window/Cargo.toml b/create_window/Cargo.toml index 24f2174..9bc91f3 100644 --- a/create_window/Cargo.toml +++ b/create_window/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" [dependencies] bindings = { path = "bindings" } -windows = "0.18" +windows = "0.19" diff --git a/create_window/bindings/Cargo.toml b/create_window/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/create_window/bindings/Cargo.toml +++ b/create_window/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/direct2d/Cargo.lock b/direct2d/Cargo.lock index 90bca8a..50afb04 100644 --- a/direct2d/Cargo.lock +++ b/direct2d/Cargo.lock @@ -17,9 +17,9 @@ checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" [[package]] name = "proc-macro2" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" +checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" dependencies = [ "unicode-xid", ] @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.73" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" +checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c" dependencies = [ "proc-macro2", "quote", diff --git a/direct3d12/Cargo.lock b/direct3d12/Cargo.lock index a2fd62e..3ab88b5 100644 --- a/direct3d12/Cargo.lock +++ b/direct3d12/Cargo.lock @@ -67,9 +67,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -78,16 +78,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/direct3d12/Cargo.toml b/direct3d12/Cargo.toml index 5d3663d..65eb18a 100644 --- a/direct3d12/Cargo.toml +++ b/direct3d12/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } array-init = "2.0.0" diff --git a/direct3d12/bindings/Cargo.toml b/direct3d12/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/direct3d12/bindings/Cargo.toml +++ b/direct3d12/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/enum_windows/Cargo.lock b/enum_windows/Cargo.lock index 50afb04..13cc31e 100644 --- a/enum_windows/Cargo.lock +++ b/enum_windows/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/enum_windows/Cargo.toml b/enum_windows/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/enum_windows/Cargo.toml +++ b/enum_windows/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/enum_windows/bindings/Cargo.toml b/enum_windows/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/enum_windows/bindings/Cargo.toml +++ b/enum_windows/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/kernel_event/Cargo.lock b/kernel_event/Cargo.lock index 50afb04..13cc31e 100644 --- a/kernel_event/Cargo.lock +++ b/kernel_event/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/kernel_event/Cargo.toml b/kernel_event/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/kernel_event/Cargo.toml +++ b/kernel_event/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/kernel_event/bindings/Cargo.toml b/kernel_event/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/kernel_event/bindings/Cargo.toml +++ b/kernel_event/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/memory_buffer/Cargo.lock b/memory_buffer/Cargo.lock index 50afb04..13cc31e 100644 --- a/memory_buffer/Cargo.lock +++ b/memory_buffer/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/memory_buffer/Cargo.toml b/memory_buffer/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/memory_buffer/Cargo.toml +++ b/memory_buffer/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/memory_buffer/bindings/Cargo.toml b/memory_buffer/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/memory_buffer/bindings/Cargo.toml +++ b/memory_buffer/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/message_box/Cargo.lock b/message_box/Cargo.lock index 7ad9adb..03036bf 100644 --- a/message_box/Cargo.lock +++ b/message_box/Cargo.lock @@ -59,9 +59,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -70,16 +70,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/message_box/bindings/Cargo.toml b/message_box/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/message_box/bindings/Cargo.toml +++ b/message_box/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/ocr/Cargo.lock b/ocr/Cargo.lock index df05dc9..9c10512 100644 --- a/ocr/Cargo.lock +++ b/ocr/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "pin-project-lite" @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" +checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" [[package]] name = "syn" @@ -197,9 +197,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -208,16 +208,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/ocr/Cargo.toml b/ocr/Cargo.toml index 00df28f..cb031a3 100644 --- a/ocr/Cargo.toml +++ b/ocr/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } futures = "0.3.5" diff --git a/ocr/bindings/Cargo.toml b/ocr/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/ocr/bindings/Cargo.toml +++ b/ocr/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/overlapped/Cargo.lock b/overlapped/Cargo.lock index 50afb04..13cc31e 100644 --- a/overlapped/Cargo.lock +++ b/overlapped/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/overlapped/Cargo.toml b/overlapped/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/overlapped/Cargo.toml +++ b/overlapped/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/overlapped/bindings/Cargo.toml b/overlapped/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/overlapped/bindings/Cargo.toml +++ b/overlapped/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/rss/Cargo.lock b/rss/Cargo.lock index 50afb04..13cc31e 100644 --- a/rss/Cargo.lock +++ b/rss/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/rss/Cargo.toml b/rss/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/rss/Cargo.toml +++ b/rss/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/rss/bindings/Cargo.toml b/rss/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/rss/bindings/Cargo.toml +++ b/rss/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/simple/Cargo.lock b/simple/Cargo.lock index a05c63a..a12e640 100644 --- a/simple/Cargo.lock +++ b/simple/Cargo.lock @@ -52,9 +52,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -63,16 +63,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/simple/Cargo.toml b/simple/Cargo.toml index b5a1f24..407d53a 100644 --- a/simple/Cargo.toml +++ b/simple/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/spellchecker/Cargo.lock b/spellchecker/Cargo.lock index 50afb04..13cc31e 100644 --- a/spellchecker/Cargo.lock +++ b/spellchecker/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/spellchecker/Cargo.toml b/spellchecker/Cargo.toml index 9a1d72e..e2dc63b 100644 --- a/spellchecker/Cargo.toml +++ b/spellchecker/Cargo.toml @@ -4,5 +4,5 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } diff --git a/spellchecker/bindings/Cargo.toml b/spellchecker/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/spellchecker/bindings/Cargo.toml +++ b/spellchecker/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/uiautomation/Cargo.lock b/uiautomation/Cargo.lock index 50afb04..13cc31e 100644 --- a/uiautomation/Cargo.lock +++ b/uiautomation/Cargo.lock @@ -60,9 +60,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -71,16 +71,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/uiautomation/Cargo.toml b/uiautomation/Cargo.toml index d3cddb9..28aced2 100644 --- a/uiautomation/Cargo.toml +++ b/uiautomation/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" [dependencies] bindings = { path = "bindings" } -windows = "0.18" +windows = "0.19" diff --git a/uiautomation/bindings/Cargo.toml b/uiautomation/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/uiautomation/bindings/Cargo.toml +++ b/uiautomation/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/webview2/bindings/.windows/winmd/Microsoft.Web.WebView2.Core.winmd b/webview2/.windows/winmd/Microsoft.Web.WebView2.Core.winmd similarity index 100% rename from webview2/bindings/.windows/winmd/Microsoft.Web.WebView2.Core.winmd rename to webview2/.windows/winmd/Microsoft.Web.WebView2.Core.winmd diff --git a/webview2/bindings/.windows/x64/Microsoft.Web.WebView2.Core.dll b/webview2/.windows/x64/Microsoft.Web.WebView2.Core.dll similarity index 100% rename from webview2/bindings/.windows/x64/Microsoft.Web.WebView2.Core.dll rename to webview2/.windows/x64/Microsoft.Web.WebView2.Core.dll diff --git a/webview2/bindings/.windows/x86/Microsoft.Web.WebView2.Core.dll b/webview2/.windows/x86/Microsoft.Web.WebView2.Core.dll similarity index 100% rename from webview2/bindings/.windows/x86/Microsoft.Web.WebView2.Core.dll rename to webview2/.windows/x86/Microsoft.Web.WebView2.Core.dll diff --git a/webview2/Cargo.lock b/webview2/Cargo.lock index 6f8e354..373507e 100644 --- a/webview2/Cargo.lock +++ b/webview2/Cargo.lock @@ -57,18 +57,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.126" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" +checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.126" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" +checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc" dependencies = [ "proc-macro2", "quote", @@ -77,9 +77,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127" dependencies = [ "itoa", "ryu", @@ -105,9 +105,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -116,16 +116,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/webview2/Cargo.toml b/webview2/Cargo.toml index 19b94fb..f27317c 100644 --- a/webview2/Cargo.toml +++ b/webview2/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } serde = { version = "1.0.125", features = ["derive"] } serde_json = "1.0.64" diff --git a/webview2/bindings/Cargo.toml b/webview2/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/webview2/bindings/Cargo.toml +++ b/webview2/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/webview2_win32/bindings/.windows/winmd/Microsoft.Web.WebView2.winmd b/webview2_win32/.windows/winmd/Microsoft.Web.WebView2.winmd similarity index 100% rename from webview2_win32/bindings/.windows/winmd/Microsoft.Web.WebView2.winmd rename to webview2_win32/.windows/winmd/Microsoft.Web.WebView2.winmd diff --git a/webview2_win32/bindings/.windows/x64/WebView2LoaderStatic.lib b/webview2_win32/.windows/x64/WebView2LoaderStatic.lib similarity index 100% rename from webview2_win32/bindings/.windows/x64/WebView2LoaderStatic.lib rename to webview2_win32/.windows/x64/WebView2LoaderStatic.lib diff --git a/webview2_win32/bindings/.windows/x86/WebView2LoaderStatic.lib b/webview2_win32/.windows/x86/WebView2LoaderStatic.lib similarity index 100% rename from webview2_win32/bindings/.windows/x86/WebView2LoaderStatic.lib rename to webview2_win32/.windows/x86/WebView2LoaderStatic.lib diff --git a/webview2_win32/Cargo.lock b/webview2_win32/Cargo.lock index 4dd6382..6f5e8c1 100644 --- a/webview2_win32/Cargo.lock +++ b/webview2_win32/Cargo.lock @@ -67,18 +67,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.126" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" +checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.126" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" +checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc" dependencies = [ "proc-macro2", "quote", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127" dependencies = [ "itoa", "ryu", @@ -115,9 +115,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -126,16 +126,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/webview2_win32/Cargo.toml b/webview2_win32/Cargo.toml index 59c9b84..d95e511 100644 --- a/webview2_win32/Cargo.toml +++ b/webview2_win32/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" bindings = { path = "bindings" } callback_macros = { path = "callback-macros" } serde = { version = "1.0.125", features = ["derive"] } diff --git a/webview2_win32/bindings/Cargo.toml b/webview2_win32/bindings/Cargo.toml index 48e62de..814f26e 100644 --- a/webview2_win32/bindings/Cargo.toml +++ b/webview2_win32/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" \ No newline at end of file +windows = "0.19" \ No newline at end of file diff --git a/win2d/bindings/.windows/winmd/Microsoft.Graphics.Canvas.winmd b/win2d/.windows/winmd/Microsoft.Graphics.Canvas.winmd similarity index 100% rename from win2d/bindings/.windows/winmd/Microsoft.Graphics.Canvas.winmd rename to win2d/.windows/winmd/Microsoft.Graphics.Canvas.winmd diff --git a/win2d/bindings/.windows/x64/Microsoft.Graphics.Canvas.dll b/win2d/.windows/x64/Microsoft.Graphics.Canvas.dll similarity index 100% rename from win2d/bindings/.windows/x64/Microsoft.Graphics.Canvas.dll rename to win2d/.windows/x64/Microsoft.Graphics.Canvas.dll diff --git a/win2d/bindings/.windows/x64/TestComponent.dll b/win2d/.windows/x64/TestComponent.dll similarity index 100% rename from win2d/bindings/.windows/x64/TestComponent.dll rename to win2d/.windows/x64/TestComponent.dll diff --git a/win2d/bindings/.windows/x64/concrt140_app.dll b/win2d/.windows/x64/concrt140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/concrt140_app.dll rename to win2d/.windows/x64/concrt140_app.dll diff --git a/win2d/bindings/.windows/x64/msvcp140_1_app.dll b/win2d/.windows/x64/msvcp140_1_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/msvcp140_1_app.dll rename to win2d/.windows/x64/msvcp140_1_app.dll diff --git a/win2d/bindings/.windows/x64/msvcp140_2_app.dll b/win2d/.windows/x64/msvcp140_2_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/msvcp140_2_app.dll rename to win2d/.windows/x64/msvcp140_2_app.dll diff --git a/win2d/bindings/.windows/x64/msvcp140_app.dll b/win2d/.windows/x64/msvcp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/msvcp140_app.dll rename to win2d/.windows/x64/msvcp140_app.dll diff --git a/win2d/bindings/.windows/x64/vcamp140_app.dll b/win2d/.windows/x64/vcamp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/vcamp140_app.dll rename to win2d/.windows/x64/vcamp140_app.dll diff --git a/win2d/bindings/.windows/x64/vccorlib140_app.dll b/win2d/.windows/x64/vccorlib140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/vccorlib140_app.dll rename to win2d/.windows/x64/vccorlib140_app.dll diff --git a/win2d/bindings/.windows/x64/vcomp140_app.dll b/win2d/.windows/x64/vcomp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/vcomp140_app.dll rename to win2d/.windows/x64/vcomp140_app.dll diff --git a/win2d/bindings/.windows/x64/vcruntime140_1_app.dll b/win2d/.windows/x64/vcruntime140_1_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/vcruntime140_1_app.dll rename to win2d/.windows/x64/vcruntime140_1_app.dll diff --git a/win2d/bindings/.windows/x64/vcruntime140_app.dll b/win2d/.windows/x64/vcruntime140_app.dll similarity index 100% rename from win2d/bindings/.windows/x64/vcruntime140_app.dll rename to win2d/.windows/x64/vcruntime140_app.dll diff --git a/win2d/bindings/.windows/x86/Microsoft.Graphics.Canvas.dll b/win2d/.windows/x86/Microsoft.Graphics.Canvas.dll similarity index 100% rename from win2d/bindings/.windows/x86/Microsoft.Graphics.Canvas.dll rename to win2d/.windows/x86/Microsoft.Graphics.Canvas.dll diff --git a/win2d/bindings/.windows/x86/TestComponent.dll b/win2d/.windows/x86/TestComponent.dll similarity index 100% rename from win2d/bindings/.windows/x86/TestComponent.dll rename to win2d/.windows/x86/TestComponent.dll diff --git a/win2d/bindings/.windows/x86/concrt140_app.dll b/win2d/.windows/x86/concrt140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/concrt140_app.dll rename to win2d/.windows/x86/concrt140_app.dll diff --git a/win2d/bindings/.windows/x86/msvcp140_1_app.dll b/win2d/.windows/x86/msvcp140_1_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/msvcp140_1_app.dll rename to win2d/.windows/x86/msvcp140_1_app.dll diff --git a/win2d/bindings/.windows/x86/msvcp140_2_app.dll b/win2d/.windows/x86/msvcp140_2_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/msvcp140_2_app.dll rename to win2d/.windows/x86/msvcp140_2_app.dll diff --git a/win2d/bindings/.windows/x86/msvcp140_app.dll b/win2d/.windows/x86/msvcp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/msvcp140_app.dll rename to win2d/.windows/x86/msvcp140_app.dll diff --git a/win2d/bindings/.windows/x86/vcamp140_app.dll b/win2d/.windows/x86/vcamp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/vcamp140_app.dll rename to win2d/.windows/x86/vcamp140_app.dll diff --git a/win2d/bindings/.windows/x86/vccorlib140_app.dll b/win2d/.windows/x86/vccorlib140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/vccorlib140_app.dll rename to win2d/.windows/x86/vccorlib140_app.dll diff --git a/win2d/bindings/.windows/x86/vcomp140_app.dll b/win2d/.windows/x86/vcomp140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/vcomp140_app.dll rename to win2d/.windows/x86/vcomp140_app.dll diff --git a/win2d/bindings/.windows/x86/vcruntime140_app.dll b/win2d/.windows/x86/vcruntime140_app.dll similarity index 100% rename from win2d/bindings/.windows/x86/vcruntime140_app.dll rename to win2d/.windows/x86/vcruntime140_app.dll diff --git a/win2d/Cargo.lock b/win2d/Cargo.lock index 7ad9adb..03036bf 100644 --- a/win2d/Cargo.lock +++ b/win2d/Cargo.lock @@ -59,9 +59,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "windows" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68088239696c06152844eadc03d262f088932cce50c67e4ace86e19d95e976fe" +checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" dependencies = [ "const-sha1", "windows_gen", @@ -70,16 +70,34 @@ dependencies = [ [[package]] name = "windows_gen" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf583322dc423ee021035b358e535015f7fd163058a31e2d37b99a939141121d" +checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" +dependencies = [ + "windows_quote", + "windows_reader", +] [[package]] name = "windows_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58acfb8832e9f707f8997bd161e537a1c1f603e60a5bd9c3cf53484fdcc998f3" +checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" dependencies = [ "syn", "windows_gen", + "windows_quote", + "windows_reader", ] + +[[package]] +name = "windows_quote" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" + +[[package]] +name = "windows_reader" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" diff --git a/win2d/bindings/Cargo.toml b/win2d/bindings/Cargo.toml index 95b0555..ba09e9e 100644 --- a/win2d/bindings/Cargo.toml +++ b/win2d/bindings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2018" [dependencies] -windows = "0.18" +windows = "0.19" [build-dependencies] -windows = "0.18" +windows = "0.19" diff --git a/windows_app_sdk/Cargo.lock b/windows_app_sdk/Cargo.lock deleted file mode 100644 index 4a43326..0000000 --- a/windows_app_sdk/Cargo.lock +++ /dev/null @@ -1,97 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "bindings" -version = "0.0.0" -dependencies = [ - "windows", - "windows-app", -] - -[[package]] -name = "const-sha1" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" - -[[package]] -name = "proc-macro2" -version = "1.0.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" -dependencies = [ - "unicode-xid", -] - -[[package]] -name = "quote" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "simple_window" -version = "0.0.0" -dependencies = [ - "bindings", - "windows", - "windows-app", -] - -[[package]] -name = "syn" -version = "1.0.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "unicode-xid" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" - -[[package]] -name = "windows" -version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f1c7f11b289e450f78d55dd9dc09ae91c6ae8faed980bbf3e3a4c8f166ac259" -dependencies = [ - "const-sha1", - "windows_gen", - "windows_macros", -] - -[[package]] -name = "windows-app" -version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dd4be8e0f9f5ced2e561dae50471ae1b283fc925ca4294d7578fa1afa58a2be" -dependencies = [ - "windows", -] - -[[package]] -name = "windows_gen" -version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57f5facfb04bc84b5fcd27018266d90ce272e11f8b91745dfdd47282e8e0607e" - -[[package]] -name = "windows_macros" -version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c32753c378262520a4fa70c2e4389f4649e751faab2a887090567cff192d299" -dependencies = [ - "syn", - "windows_gen", -] diff --git a/windows_app_sdk/Cargo.toml b/windows_app_sdk/Cargo.toml deleted file mode 100644 index 125d08e..0000000 --- a/windows_app_sdk/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "simple_window" -version = "0.0.0" -edition = "2018" -publish = false - -[dependencies] -windows = "0.17.2" -windows-app = "0.17.2" -bindings = { path = "bindings" } diff --git a/windows_app_sdk/README.md b/windows_app_sdk/README.md deleted file mode 100644 index cedd028..0000000 --- a/windows_app_sdk/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## Rust language sample for Windows App SDK - -Demonstrates how to ready an app to use the Windows App SDK and create a Microsoft UI XAML (WinUI 3) [Window](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.window?view=winui-3.0&WT.mc_id=WD-MVP-5002756) and handle [routed events](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.routedevent?view=winui-3.0&WT.mc_id=WD-MVP-5002756). \ No newline at end of file diff --git a/windows_app_sdk/bindings/Cargo.toml b/windows_app_sdk/bindings/Cargo.toml deleted file mode 100644 index e22ba16..0000000 --- a/windows_app_sdk/bindings/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "bindings" -version = "0.0.0" -edition = "2018" -publish = false - -[dependencies] -windows = "0.17.2" -windows-app = "0.17.2" - -[build-dependencies] -windows = "0.17.2" -windows-app = "0.17.2" diff --git a/windows_app_sdk/bindings/build.rs b/windows_app_sdk/bindings/build.rs deleted file mode 100644 index a92a070..0000000 --- a/windows_app_sdk/bindings/build.rs +++ /dev/null @@ -1,9 +0,0 @@ -fn main() { - windows::build! { - Microsoft::UI::Xaml::Controls::Button, - Microsoft::UI::Xaml::{Application, Window}, - Windows::Win32::Foundation::{BOOL, HWND}, - Windows::Win32::UI::HiDpi::GetDpiForWindow, - Windows::Win32::UI::WindowsAndMessaging::{GetSystemMetrics, GetWindowRect, SetWindowPos}, - }; -} diff --git a/windows_app_sdk/bindings/src/lib.rs b/windows_app_sdk/bindings/src/lib.rs deleted file mode 100644 index d9ddca7..0000000 --- a/windows_app_sdk/bindings/src/lib.rs +++ /dev/null @@ -1 +0,0 @@ -windows::include_bindings!(); diff --git a/windows_app_sdk/src/main.rs b/windows_app_sdk/src/main.rs deleted file mode 100644 index f617958..0000000 --- a/windows_app_sdk/src/main.rs +++ /dev/null @@ -1,111 +0,0 @@ -#![windows_subsystem = "windows"] - -use std::convert::TryFrom; - -use bindings::{ - Microsoft, - Microsoft::UI::Xaml::{ - Application, ApplicationInitializationCallback, Controls::Button, HorizontalAlignment, - LaunchActivatedEventArgs, RoutedEventHandler, Window, - }, - Windows::Win32::{ - Foundation::{HWND, RECT}, - UI::{ - HiDpi::GetDpiForWindow, - WindowsAndMessaging::{ - GetSystemMetrics, GetWindowRect, SetWindowPos, SM_CXSCREEN, SM_CYSCREEN, - SWP_NOMOVE, SWP_NOSIZE, - }, - }, - }, -}; - -use windows::{implement, IInspectable, Interface}; - -#[implement(extend Microsoft::UI::Xaml::Application, override OnLaunched)] -struct App { - _window: Option, -} - -#[allow(non_snake_case)] -impl App { - fn OnLaunched(&mut self, _: &Option) -> windows::Result<()> { - let window = Window::new()?; - window.SetTitle("WinUI Desktop, Unpackaged (Rust)")?; - - let button = Button::new()?; - button.SetContent(IInspectable::try_from("Click Me")?)?; - button.SetHorizontalAlignment(HorizontalAlignment::Center)?; - button.Click(RoutedEventHandler::new(|sender, _args| { - if let Some(button) = sender { - button - .cast::