# 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 = "rootvg-tessellation" version = "0.2.0" authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"] description = "Tessellate paths into a RootVG mesh primitive" homepage = "https://github.com/MeadowlarkDAW/rootvg" keywords = [ "vector", "graphics", "gpu", "2d", ] categories = [ "graphics", "rendering", "rendering::engine", ] license = "MIT" repository = "https://github.com/MeadowlarkDAW/rootvg" [dependencies.lyon] version = "1.0.1" [dependencies.rootvg-core] version = "0.2" default-features = false [dependencies.rootvg-mesh] version = "0.2" default-features = false [dependencies.thiserror] version = "1.0.57" [dependencies.wgpu] version = "0.20.0" features = ["wgsl"] default-features = false [features] default = ["gradient"] gradient = [ "rootvg-core/gradient", "rootvg-mesh/gradient", ]