### Cloning USD Search Samples Repository Source: https://github.com/nvidia-omniverse/usdsearch-samples/blob/main/README.md This command clones the USD Search Samples repository from GitHub. It is executed in the parent directory of the kit-app-template using PowerShell on Windows or terminal on Linux/MacOS. ```Shell git clone https://github.com/NVIDIA-Omniverse/usdsearch-samples ``` -------------------------------- ### Configuring Kit Application Dependencies Source: https://github.com/nvidia-omniverse/usdsearch-samples/blob/main/README.md This snippet shows how to add the omni.kit.window.usd_search extension as a dependency to a Kit application. This is done by adding the extension name and an empty dictionary to the [dependencies] section of the application's .kit file. ```TOML "omni.kit.window.usd_search" = {} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.