# 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 = "smol_egui_skia" version = "0.3.0" description = "smol_egui_skia is a skia integration for the egui ui library. It differs from the egui_skia library in that it is NOT intended to allow you to create _ui applications_ that render egui UIs with skia, rather just render images using egui as layout engine." readme = "README.md" keywords = [ "skia", "egui", "skia-safe", ] license = "MIT" repository = "https://github.com/lily-mara/smol_egui_skia" [profile.dev] opt-level = 3 [dependencies.egui] version = "0.29" [dependencies.skia-safe] version = "0.78" features = [] [dev-dependencies.egui_demo_lib] version = "0.29" [dev-dependencies.egui_extras] version = "0.29" features = ["all_loaders"] [dev-dependencies.foreign-types-shared] version = "0.1.1" [dev-dependencies.image] version = "0.25.1" features = [ "png", "jpeg", ] [dev-dependencies.raw-window-handle] version = "0.5" [dev-dependencies.softbuffer] version = "0.4.5" [features] cpu_fix = [] [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"