# 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-core" version = "0.2.0" authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"] description = "Core library for RootVG" 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.bytemuck] version = "1.14.1" features = ["derive"] [dependencies.euclid] version = "0.22.9" default-features = false [dependencies.half] version = "2.3.1" optional = true [dependencies.log] version = "0.4.21" [dependencies.rgb] version = "0.8.37" [dependencies.wgpu] version = "0.20.0" features = ["wgsl"] default-features = false [features] default = ["gradient"] gradient = ["dep:half"]