Fixed some lints

This commit is contained in:
Ryan Butler
2024-02-23 00:58:39 -05:00
parent b4b36f9fb2
commit 0799670f73
3 changed files with 19 additions and 42 deletions

View File

@@ -55,6 +55,9 @@ openxr = { workspace = true, features = [ "mint", "static" ] }
ndk-context = "0.1"
jni = "0.20"
[dev-dependencies]
color-eyre.workspace = true
[[example]]
name = "xr"
path = "examples/xr.rs"