# 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 = "2018" name = "gl_lib" version = "0.1.0" authors = ["Nikolaj Østergaard "] description = "This package uses the gl_generator package and add some useful tools on top. An example is a textrenderer that used signed distance field. All the low level access is still avaiable" homepage = "https://github.com/dixe/rust-gl-lib" readme = "README.md" keywords = ["graphics", "opengl"] categories = ["graphics", "rendering", "gui"] license = "MIT" repository = "https://github.com/dixe/rust-gl-lib" [dependencies.failure] version = "0.1" [dependencies.image] version = "0.23.14" [dependencies.itertools] version = "0.10.1" [dependencies.nalgebra] version = "0.25.4" [dependencies.walkdir] version = "2.1" [dev-dependencies.sdl2] version = "0.34.3" features = ["bundled", "static-link"] [build-dependencies.gl_generator] version = "0.14.0" [features] debug = []