mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add support for OpenXR hololens backend
This commit is contained in:
parent
9b4b02275e
commit
acfe1ee0dd
9 changed files with 70 additions and 19 deletions
4
support/hololens/.gitignore
vendored
Normal file
4
support/hololens/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/Generated Files
|
||||
ServoApp.vcxproj.user
|
||||
bin
|
||||
obj
|
|
@ -173,6 +173,9 @@
|
|||
<AppxManifest Include="Package.appxmanifest">
|
||||
<SubType>Designer</SubType>
|
||||
</AppxManifest>
|
||||
<None Include="C:\Users\manis\dev\dlls\openxr_loader.dll">
|
||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
|
||||
</None>
|
||||
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libcrypto.dll">
|
||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
||||
</None>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue