Skip to content

Commit b8d83c2

Browse files
authored
Remove Xaml from windows crate (#1836)
1 parent 1c720d8 commit b8d83c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+9
-262362
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
cargo clippy -p sample_simple &&
121121
cargo clippy -p sample_spellchecker &&
122122
cargo clippy -p sample_uiautomation &&
123-
cargo clippy -p sample_xaml_app &&
124123
cargo clippy -p sample_xml &&
125124
cargo clippy -p windows_aarch64_msvc &&
126125
cargo clippy -p windows_i686_gnu &&
@@ -161,7 +160,6 @@ jobs:
161160
cargo clippy -p test_not_dll &&
162161
cargo clippy -p test_no_use &&
163162
cargo clippy -p test_ntstatus &&
164-
cargo clippy -p test_null_result &&
165163
cargo clippy -p test_properties &&
166164
cargo clippy -p test_query_signature &&
167165
cargo clippy -p test_return_struct &&

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
cargo test --target ${{ matrix.target }} -p sample_simple &&
109109
cargo test --target ${{ matrix.target }} -p sample_spellchecker &&
110110
cargo test --target ${{ matrix.target }} -p sample_uiautomation &&
111-
cargo test --target ${{ matrix.target }} -p sample_xaml_app &&
112111
cargo test --target ${{ matrix.target }} -p sample_xml &&
113112
cargo test --target ${{ matrix.target }} -p windows_aarch64_msvc &&
114113
cargo test --target ${{ matrix.target }} -p windows_i686_gnu &&
@@ -150,7 +149,6 @@ jobs:
150149
cargo test --target ${{ matrix.target }} -p test_not_dll &&
151150
cargo test --target ${{ matrix.target }} -p test_no_use &&
152151
cargo test --target ${{ matrix.target }} -p test_ntstatus &&
153-
cargo test --target ${{ matrix.target }} -p test_null_result &&
154152
cargo test --target ${{ matrix.target }} -p test_properties &&
155153
cargo test --target ${{ matrix.target }} -p test_query_signature &&
156154
cargo test --target ${{ matrix.target }} -p test_return_struct &&

crates/libs/windows/Cargo.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -390,30 +390,6 @@ UI_WebUI = ["UI"]
390390
UI_WebUI_Core = ["UI_WebUI"]
391391
UI_WindowManagement = ["UI"]
392392
UI_WindowManagement_Preview = ["UI_WindowManagement"]
393-
UI_Xaml = ["UI"]
394-
UI_Xaml_Automation = ["UI_Xaml"]
395-
UI_Xaml_Automation_Peers = ["UI_Xaml_Automation"]
396-
UI_Xaml_Automation_Provider = ["UI_Xaml_Automation"]
397-
UI_Xaml_Automation_Text = ["UI_Xaml_Automation"]
398-
UI_Xaml_Controls = ["UI_Xaml"]
399-
UI_Xaml_Controls_Maps = ["UI_Xaml_Controls"]
400-
UI_Xaml_Controls_Primitives = ["UI_Xaml_Controls"]
401-
UI_Xaml_Core = ["UI_Xaml"]
402-
UI_Xaml_Core_Direct = ["UI_Xaml_Core"]
403-
UI_Xaml_Data = ["UI_Xaml"]
404-
UI_Xaml_Documents = ["UI_Xaml"]
405-
UI_Xaml_Hosting = ["UI_Xaml"]
406-
UI_Xaml_Input = ["UI_Xaml"]
407-
UI_Xaml_Interop = ["UI_Xaml"]
408-
UI_Xaml_Markup = ["UI_Xaml"]
409-
UI_Xaml_Media = ["UI_Xaml"]
410-
UI_Xaml_Media_Animation = ["UI_Xaml_Media"]
411-
UI_Xaml_Media_Imaging = ["UI_Xaml_Media"]
412-
UI_Xaml_Media_Media3D = ["UI_Xaml_Media"]
413-
UI_Xaml_Navigation = ["UI_Xaml"]
414-
UI_Xaml_Printing = ["UI_Xaml"]
415-
UI_Xaml_Resources = ["UI_Xaml"]
416-
UI_Xaml_Shapes = ["UI_Xaml"]
417393
Web = []
418394
Web_AtomPub = ["Web"]
419395
Web_Http = ["Web"]

crates/libs/windows/src/Windows/UI/Xaml/Automation/Peers/impl.rs

Lines changed: 0 additions & 809 deletions
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/Peers/mod.rs

Lines changed: 0 additions & 22148 deletions
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/Provider/impl.rs

Lines changed: 0 additions & 2175 deletions
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/Provider/mod.rs

Lines changed: 0 additions & 4278 deletions
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/Text/impl.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/Text/mod.rs

Lines changed: 0 additions & 75 deletions
This file was deleted.

crates/libs/windows/src/Windows/UI/Xaml/Automation/impl.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)