# 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 = "egui_skia" version = "0.4.0" description = "egui_skia is a skia integration for the egui ui library. Render egui within a skia application or render skia in a egui application." homepage = "https://github.com/lucasmerlin/egui_skia" readme = "README.md" keywords = [ "skia", "egui", "skia-safe", "gui", ] categories = ["gui"] license = "MIT" repository = "https://github.com/lucasmerlin/egui_skia" [profile.dev] opt-level = 3 [dependencies.egui] version = ">=0.20" [dependencies.egui-winit] version = ">=0.20" optional = true default-features = false [dependencies.skia-safe] version = ">= 0.53" features = [] [dependencies.skulpin] version = ">=0.14.1" features = [] optional = true [dev-dependencies.egui-sdl2-event] version = "0.4.0" package = "egui-skia-sdl2-event" [dev-dependencies.egui_demo_lib] version = ">=0.20" [dev-dependencies.foreign-types-shared] version = "0.1.1" [dev-dependencies.gl] version = "0.14.0" [dev-dependencies.raw-window-handle] version = "0.5" [dev-dependencies.sdl2] version = "0.35.2" features = ["raw-window-handle"] [features] cpu_fix = [] gl = ["skia-safe/gl"] metal = ["skia-safe/metal"] vulkan = [ "skia-safe/vulkan", "skulpin", ] winit = ["dep:egui-winit"] [target."cfg(target_os = \"macos\")".dev-dependencies.cocoa] version = "0.24" [target."cfg(target_os = \"macos\")".dev-dependencies.core-graphics-types] version = "0.1" [target."cfg(target_os = \"macos\")".dev-dependencies.metal] version = "0.24" [target."cfg(target_os = \"macos\")".dev-dependencies.objc] version = "0.2"