You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the examples according to the instructions fails with the error Error: Invalid args.. This exceptionally bad error message comes from cargo apk, which expects the cargo project to have exactly one artifact, meaning that a [[bin]] section causes it to fail. cargo apk build also fails, for a different reason: it attempts to build all artifactsas Cdylib, which fails on any Bin target. Given that cargo apk is deprecated, I think the best way to solve this on the Hotham side (short of switching to xbuild as the readme suggests) is to remove the [[bin]] sections from these examples. (How are they meant to be used via that entry point anyway?)
Version
0.1.1 (Default)
In which Hotham component are you seeing the problem on?
Example
What VR System are you seeing the problem on?
Quest-2
What OS are you seeing the problem on?
Windows
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
Building the examples according to the instructions fails with the error
Error: Invalid args.
. This exceptionally bad error message comes fromcargo apk
, which expects the cargo project to have exactly one artifact, meaning that a[[bin]]
section causes it to fail.cargo apk build
also fails, for a different reason: it attempts to build all artifacts asCdylib
, which fails on anyBin
target. Given thatcargo apk
is deprecated, I think the best way to solve this on the Hotham side (short of switching toxbuild
as the readme suggests) is to remove the[[bin]]
sections from these examples. (How are they meant to be used via that entry point anyway?)Version
0.1.1 (Default)
In which Hotham component are you seeing the problem on?
Example
What VR System are you seeing the problem on?
Quest-2
What OS are you seeing the problem on?
Windows
Relevant log output
No response
The text was updated successfully, but these errors were encountered: