32 lines
972 B
TOML
32 lines
972 B
TOML
[package]
|
|
name = "kneeboard2"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Bevy powered Kneeboard OpenXR Overlay"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.18", features = ["debug"] }
|
|
# bevy_cef = { path = "../bevy_cef" }
|
|
bevy_mod_xr = { git = "https://github.com/awtterpip/bevy_oxr.git", version = "0.5.0" }
|
|
bevy_mod_openxr = { git = "https://github.com/awtterpip/bevy_oxr.git", version = "0.5.0" }
|
|
|
|
#bevy_mod_xr = { path = "../bevy_oxr/crates/bevy_xr" }
|
|
#bevy_mod_openxr = { path = "../bevy_oxr/crates/bevy_openxr" }
|
|
|
|
bevy_pkv = "0.15.0"
|
|
openxr = "0.21.1"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
otd-ipc = { git = "https://git.avii.nl/Avii/otd-ipc-rs.git" }
|
|
|
|
triple_buffer = "8.1.1"
|
|
|
|
bevy_egui = "0.39.1"
|
|
egui = "0.33.3"
|
|
|
|
bms-briefing-parser = { git = "https://github.com/AviiNL/bms-kneeboard-server" }
|
|
clap = { version = "4.5.60", features = ["derive"] }
|
|
egui_extras = "0.33.3"
|
|
encoding_rs_io = "0.1.7"
|
|
encoding_rs = "0.8.35"
|