# 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 = "2021" name = "xrpicker-gui" version = "2.2.1" authors = ["Ryan Pavlik "] description = "Choose your active OpenXR runtime in a friendly graphical interface" homepage = "https://github.com/rpavlik/xr-picker" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rpavlik/xr-picker" [package.metadata.winres] LegalCopyright = "Copyright © 2022-2023, Collabora, Ltd." OriginalFilename = "xrpicker-gui.exe" [dependencies.eframe] version = "0.23" features = ["persistence"] [dependencies.egui-winit] version = "0.23" default-features = false [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.itertools] version = "0.11" [dependencies.rfd] version = "0.12" [dependencies.xrpicker] version = "2.2.1" [target."cfg(linux)".dependencies.egui-winit] version = "0.23" features = ["wayland"] default-features = false [target."cfg(windows)".build-dependencies.winres] version = "0.1"