# 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 = "2018" name = "skulpin-renderer" version = "0.14.1" authors = ["Philip Degarmo "] description = "A vulkan renderer for skia, a component of skulpin" homepage = "https://github.com/aclysma/skulpin" keywords = ["skia", "vulkan", "ash", "2d", "graphics"] categories = ["graphics", "gui", "multimedia", "rendering", "visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/aclysma/skulpin" [dependencies.bincode] version = "1.3.1" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.rafx] version = "=0.0.14" features = ["rafx-vulkan", "framework"] [dependencies.skia-bindings] version = ">=0.38.0" [dependencies.skia-safe] version = ">=0.38.1" features = ["vulkan"] [features] complete = ["skia-safe/textlayout"] default = ["complete"] shaper = ["skia-safe/shaper"] svg = ["skia-safe/svg"] textlayout = ["skia-safe/textlayout"]