# 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 = "floem-vger" version = "0.3.1" authors = ["Taylor Holliday "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial vger fork for Floem" readme = "README.md" license = "MIT" repository = "https://github.com/audulus/vger-rs" resolver = "2" [lib] name = "floem_vger" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.cosmic-text] version = "0.12.1" [dependencies.euclid] version = "0.22.7" [dependencies.fontdue] version = "0.8.0" [dependencies.rect_packer] version = "0.2.1" [dependencies.wgpu] version = "22.0.0" [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.13.1"