# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rsaber_android"
version = "0.4.0"
authors = ["AndrĂ¡s Szalai <andrew@bandipapa.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsaber"
readme = "README.md"
keywords = ["gamedev"]
categories = ["games"]
license-file = "LICENSE"
repository = "https://github.com/bandipapa/rsaber"

[features]
test = ["rsaber_lib/test"]

[lib]
name = "rsaber_android"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.android-activity]
version = "0.6.0"
features = ["native-activity"]

[dependencies.openxr]
version = "0.19.0"
features = ["loaded"]

[dependencies.rsaber_lib]
version = "0.4.0"
features = ["xr"]

[dependencies.slint]
version = "1.15.0"
features = ["backend-android-activity-06"]
default-features = false