# 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 = "vger" version = "0.4.0" authors = ["Taylor Holliday "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D GPU renderer for dynamic UIs" readme = "README.md" keywords = [ "graphics", "canvas", "vector", "drawing", "gpu", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/audulus/vger-rs" resolver = "2" [lib] name = "vger" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.euclid] version = "0.22.7" [dependencies.fontdue] version = "0.9.0" [dependencies.rect_packer] version = "0.2.1" [dependencies.wgpu] version = "22" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-intrusive] version = "0.5" [dev-dependencies.png] version = "0.17.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.svg] version = "0.17.0"