# 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_draw" version = "0.12.1" authors = ["Nazarí González "] description = "Provides a simple 2D 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.log] version = "0.4.20" [dependencies.lyon] version = "1.0.1" [dependencies.notan_app] version = "0.12.1" [dependencies.notan_glyph] version = "0.12.1" [dependencies.notan_graphics] version = "0.12.1" [dependencies.notan_macro] version = "0.12.1" [dependencies.notan_math] version = "0.12.1" [dependencies.notan_text] version = "0.12.1" [dependencies.serde] version = "1.0" features = [ "serde_derive", "derive", ] [dependencies.serde_json] version = "1.0.107" [features] glsl-to-spirv = [ "notan_macro/glsl-to-spirv", "notan_glyph/glsl-to-spirv", "notan_text/glsl-to-spirv", ] shaderc = [ "notan_macro/shaderc", "notan_glyph/shaderc", "notan_text/shaderc", ]