-# Vulkan Ecosystem Components
+# Vulkan Loader
-This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.
-
-## Default branch changed to 'main' (January 23, 2023)
-
-As discussed in https://github.com/KhronosGroup/Vulkan-Loader/issues/1107, the default branch of this repository is now 'main'. This change should be largely transparent to repository users, since github rewrites many references to the old 'master' branch to 'main'. However, if you have a checked-out local clone, you may wish to take the following steps as recommended by github:
-
-```sh
-git branch -m master main
-git fetch origin
-git branch -u origin/main main
-git remote set-head origin -a
-```
-
-## CI Build Status
-
-[](https://github.com/KhronosGroup/Vulkan-Loader/actions)
+This project provides the Khronos official Vulkan Loader for all platforms except [Android](https://android.googlesource.com/platform/frameworks/native/+/master/vulkan/)
## Introduction
## Information for Developing or Contributing
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for more details.
-Please see the [GOVERNANCE.md](GOVERNANCE.md) file in this repository for repository
-management details.
+Please see the [GOVERNANCE.md](GOVERNANCE.md) file in this repository for repository management details.
## How to Build and Run
-[BUILD.md](BUILD.md)
-Includes directions for building all components.
+[BUILD.md](BUILD.md) includes directions for building all components.
-Architecture and interface information for the loader is in
-[docs/LoaderInterfaceArchitecture.md](docs/LoaderInterfaceArchitecture.md).
+Architecture and interface information for the loader is in [docs/LoaderInterfaceArchitecture.md](docs/LoaderInterfaceArchitecture.md).
## Version Tagging Scheme
## License
-This work is released as open source under a Apache-style license from Khronos
-including a Khronos copyright.
+This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.
## Acknowledgements