[package]
name = "freya-engine"
description = "Abstract Freya's graphics APIs"
version = "0.4.0"
edition = "2024"
license = "MIT"
authors = ["Marc EspĂn <mespinsanz@gmail.com>"]
readme = "../../README.md"
homepage = "https://freyaui.dev/"
repository = "https://github.com/marc2332/freya"
keywords = ["gui", "ui", "desktop", "skia", "graphics"]
categories = ["gui"]
[lints]
workspace = true
[dependencies]
freya-skia-safe = { workspace = true }
[target."cfg(target_os = \"linux\")".dependencies.freya-skia-safe]
workspace = true
features = ["textlayout", "svg", "x11", "wayland", "vulkan", "gl"]
[target."cfg(target_os = \"macos\")".dependencies.freya-skia-safe]
workspace = true
features = ["textlayout", "svg", "metal"]
[target."cfg(target_os = \"windows\")".dependencies.freya-skia-safe]
workspace = true
features = ["textlayout", "svg", "vulkan", "gl"]
[target."cfg(target_os = \"android\")".dependencies.freya-skia-safe]
workspace = true
features = ["textlayout", "svg", "gl"]