sixtyfps-rendering-backend-default 0.0.2

Helper crate to pick the default rendering backend for SixtyFPS
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.sixtyfps-corelib]
version = "=0.0.2"

[dependencies.sixtyfps-rendering-backend-gl]
optional = true
version = "=0.0.2"

[dependencies.sixtyfps-rendering-backend-qt]
optional = true
version = "=0.0.2"

[features]
wayland = ["sixtyfps-rendering-backend-gl/wayland"]
x11 = ["sixtyfps-rendering-backend-gl/x11"]

[lib]
crate-type = ["lib", "cdylib"]
path = "lib.rs"

[package]
authors = ["SixtyFPS <info@sixtyfps.io>"]
description = "Helper crate to pick the default rendering backend for SixtyFPS"
edition = "2018"
homepage = "https://sixtyfps.io"
license = "GPL-3.0-only"
name = "sixtyfps-rendering-backend-default"
repository = "https://github.com/sixtyfpsui/sixtyfps"
version = "0.0.2"
[target."cfg(any(target_os=\"windows\", target_os=\"macos\", target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.sixtyfps-rendering-backend-qt]
version = "=0.0.2"
[target."cfg(not(any(target_os=\"windows\", target_os=\"macos\", target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\")))".dependencies.sixtyfps-rendering-backend-gl]
version = "=0.0.2"