# 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 = "notan_graphics" version = "0.12.1" authors = ["Nazarí González "] description = "Provides simple graphics API for Notan" homepage = "https://github.com/Nazariglez/notan" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nazariglez/notan" [dependencies.bytemuck] version = "1.14.0" [dependencies.crevice_notan] version = "0.13.0" features = ["glam"] [dependencies.image] version = "0.24.7" features = [ "jpeg", "png", "ico", ] optional = true default-features = false [dependencies.log] version = "0.4.20" [dependencies.notan_macro] version = "0.12.1" [dependencies.notan_math] version = "0.12.1" [dependencies.notan_utils] version = "0.12.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [features] texture_to_file = [ "notan_utils/save_file", "image/png", ]