# 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 = "appy" version = "0.1.6" description = "Declarative UI framework with native rendering" homepage = "https://github.com/limikael/appy" documentation = "https://docs.rs/appy" readme = "README.md" license = "MIT" repository = "https://github.com/limikael/appy" [lib] name = "appy" path = "src/lib.rs" doctest = false [dependencies.appy-macros] version = "0.1.6" [dependencies.environmental] version = "1.1.4" [dependencies.glapp] version = "0.1.3" [dependencies.image] version = "0.24.6" features = ["png"] default-features = false [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.rusttype] version = "0.9.3" features = ["gpu_cache"] [dev-dependencies.rand] version = "0.8.5" [features] default = ["sdl"] glutin = ["glapp/glutin"] sdl = ["glapp/sdl"]