# 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 = "ssb_renderer" version = "0.0.0" authors = ["Christoph 'Youka' Spanknebel"] description = "Renderer of ssb_parser results on images." readme = "README.md" keywords = ["ssb", "renderer", "subtitle", "2d", "graphics"] categories = ["rendering::data-formats"] license = "Apache-2.0" repository = "https://github.com/Youka/ssb" [lib] crate-type = ["rlib"] doctest = false [dependencies.cgmath] version = "~0.17.0" [dependencies.font-loader] version = "~0.8.0" [dependencies.gl32] version = "0.1.0" [dependencies.glutin] version = "~0.19.0" [dependencies.glyph_brush] version = "~0.4.1" [dependencies.image] version = "~0.21.0" [dependencies.log] version = "~0.4.6" [dependencies.lyon] version = "~0.13.0" [dependencies.rusttype] version = "~0.7.5" [dependencies.ssb_parser] version = "0.0.0" [badges.codecov] branch = "master" repository = "Youka/ssb" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Youka/ssb"