# 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 = "freya-engine" version = "0.2.2" authors = ["Marc EspĂ­n "] 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" [package.metadata.docs.rs] features = ["mocked-engine"] [dependencies.bitflags] version = "2.4.0" [dependencies.glutin] version = "0.31.2" [dependencies.skia-safe] version = "0.72.0" features = [ "gl", "textlayout", "svg", ] optional = true [features] mocked-engine = [] skia-engine = ["dep:skia-safe"] [target."cfg(target_os = \"linux\")".dependencies.skia-safe] version = "0.72.0" features = [ "gl", "textlayout", "svg", "gl", "textlayout", "svg", "x11", "wayland", ] optional = true