Skip to content

Commit

Permalink
Remove Xaml from windows crate (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jun 21, 2022
1 parent 1c720d8 commit b8d83c2
Show file tree
Hide file tree
Showing 70 changed files with 9 additions and 262,362 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
cargo clippy -p sample_simple &&
cargo clippy -p sample_spellchecker &&
cargo clippy -p sample_uiautomation &&
cargo clippy -p sample_xaml_app &&
cargo clippy -p sample_xml &&
cargo clippy -p windows_aarch64_msvc &&
cargo clippy -p windows_i686_gnu &&
Expand Down Expand Up @@ -161,7 +160,6 @@ jobs:
cargo clippy -p test_not_dll &&
cargo clippy -p test_no_use &&
cargo clippy -p test_ntstatus &&
cargo clippy -p test_null_result &&
cargo clippy -p test_properties &&
cargo clippy -p test_query_signature &&
cargo clippy -p test_return_struct &&
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
cargo test --target ${{ matrix.target }} -p sample_simple &&
cargo test --target ${{ matrix.target }} -p sample_spellchecker &&
cargo test --target ${{ matrix.target }} -p sample_uiautomation &&
cargo test --target ${{ matrix.target }} -p sample_xaml_app &&
cargo test --target ${{ matrix.target }} -p sample_xml &&
cargo test --target ${{ matrix.target }} -p windows_aarch64_msvc &&
cargo test --target ${{ matrix.target }} -p windows_i686_gnu &&
Expand Down Expand Up @@ -150,7 +149,6 @@ jobs:
cargo test --target ${{ matrix.target }} -p test_not_dll &&
cargo test --target ${{ matrix.target }} -p test_no_use &&
cargo test --target ${{ matrix.target }} -p test_ntstatus &&
cargo test --target ${{ matrix.target }} -p test_null_result &&
cargo test --target ${{ matrix.target }} -p test_properties &&
cargo test --target ${{ matrix.target }} -p test_query_signature &&
cargo test --target ${{ matrix.target }} -p test_return_struct &&
Expand Down
24 changes: 0 additions & 24 deletions crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -390,30 +390,6 @@ UI_WebUI = ["UI"]
UI_WebUI_Core = ["UI_WebUI"]
UI_WindowManagement = ["UI"]
UI_WindowManagement_Preview = ["UI_WindowManagement"]
UI_Xaml = ["UI"]
UI_Xaml_Automation = ["UI_Xaml"]
UI_Xaml_Automation_Peers = ["UI_Xaml_Automation"]
UI_Xaml_Automation_Provider = ["UI_Xaml_Automation"]
UI_Xaml_Automation_Text = ["UI_Xaml_Automation"]
UI_Xaml_Controls = ["UI_Xaml"]
UI_Xaml_Controls_Maps = ["UI_Xaml_Controls"]
UI_Xaml_Controls_Primitives = ["UI_Xaml_Controls"]
UI_Xaml_Core = ["UI_Xaml"]
UI_Xaml_Core_Direct = ["UI_Xaml_Core"]
UI_Xaml_Data = ["UI_Xaml"]
UI_Xaml_Documents = ["UI_Xaml"]
UI_Xaml_Hosting = ["UI_Xaml"]
UI_Xaml_Input = ["UI_Xaml"]
UI_Xaml_Interop = ["UI_Xaml"]
UI_Xaml_Markup = ["UI_Xaml"]
UI_Xaml_Media = ["UI_Xaml"]
UI_Xaml_Media_Animation = ["UI_Xaml_Media"]
UI_Xaml_Media_Imaging = ["UI_Xaml_Media"]
UI_Xaml_Media_Media3D = ["UI_Xaml_Media"]
UI_Xaml_Navigation = ["UI_Xaml"]
UI_Xaml_Printing = ["UI_Xaml"]
UI_Xaml_Resources = ["UI_Xaml"]
UI_Xaml_Shapes = ["UI_Xaml"]
Web = []
Web_AtomPub = ["Web"]
Web_Http = ["Web"]
Expand Down
809 changes: 0 additions & 809 deletions crates/libs/windows/src/Windows/UI/Xaml/Automation/Peers/impl.rs

This file was deleted.

22,148 changes: 0 additions & 22,148 deletions crates/libs/windows/src/Windows/UI/Xaml/Automation/Peers/mod.rs

This file was deleted.

2,175 changes: 0 additions & 2,175 deletions crates/libs/windows/src/Windows/UI/Xaml/Automation/Provider/impl.rs

This file was deleted.

4,278 changes: 0 additions & 4,278 deletions crates/libs/windows/src/Windows/UI/Xaml/Automation/Provider/mod.rs

This file was deleted.

This file was deleted.

75 changes: 0 additions & 75 deletions crates/libs/windows/src/Windows/UI/Xaml/Automation/Text/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/libs/windows/src/Windows/UI/Xaml/Automation/impl.rs

This file was deleted.

Loading

0 comments on commit b8d83c2

Please sign in to comment.