# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rgx-lyon" version = "0.1.2" authors = ["Jonathan Johnson "] description = "A 2d graphics pipeline for rgx utilizing lyon" readme = "./README.md" keywords = ["rgx", "lyon", "2d", "graphics"] categories = ["graphics"] license = "MIT" repository = "https://github.com/khonsulabs/rgx-lyon" [dependencies.lyon_tessellation] version = "0.16" [dependencies.rgx] version = "0.8" features = ["renderer"] [dev-dependencies.winit] version = "0.22"