# 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 = "ferrux_viewport" version = "0.1.2" authors = ["Soto Estévez "] include = [ "/Cargo.*", "/LICENSE-*", "/README.md", "/src/**/*", ] description = "Abstraction tool to ease the drawing on a given viewport" homepage = "https://crates.io/crates/ferrux_viewport" documentation = "https://docs.rs/ferrux_viewport/latest" readme = "./README.md" keywords = [ "canvas", "pixels", "graphics", "2D", "3D", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kriogenia/ferrux_viewport" resolver = "2" [dependencies.bresenham_zip] version = "1.0.0" [dependencies.env_logger] version = "0.9" [dependencies.line_drawing] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2.14" [dependencies.pixels] version = "0.9" [dependencies.thiserror] version = "1.0.30" [dependencies.winit] version = "0.26" [features] default = ["optimize"] optimize = ["log/release_max_level_warn"]