freya-engine 0.4.0

Abstract Freya's graphics APIs
Documentation
# 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 = "freya-engine"
version = "0.4.0"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstract Freya's graphics APIs"
homepage = "https://freyaui.dev/"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "desktop",
    "skia",
    "graphics",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[lib]
name = "freya_engine"
path = "src/lib.rs"

[dependencies.freya-skia-safe]
version = "0.98.0"
features = [
    "textlayout",
    "svg",
    "webp",
]

[target.'cfg(target_os = "android")'.dependencies.freya-skia-safe]
version = "0.98.0"
features = [
    "textlayout",
    "svg",
    "webp",
    "textlayout",
    "svg",
    "gl",
]

[target.'cfg(target_os = "linux")'.dependencies.freya-skia-safe]
version = "0.98.0"
features = [
    "textlayout",
    "svg",
    "webp",
    "textlayout",
    "svg",
    "x11",
    "wayland",
    "vulkan",
    "gl",
]

[target.'cfg(target_os = "macos")'.dependencies.freya-skia-safe]
version = "0.98.0"
features = [
    "textlayout",
    "svg",
    "webp",
    "textlayout",
    "svg",
    "metal",
]

[target.'cfg(target_os = "windows")'.dependencies.freya-skia-safe]
version = "0.98.0"
features = [
    "textlayout",
    "svg",
    "webp",
    "textlayout",
    "svg",
    "vulkan",
    "gl",
]

[lints.clippy]
redundant_clone = "warn"