# 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 = "wiener" version = "0.1.1" description = "Rendering API for OpenGL and Vulkan" readme = "README.md" keywords = [ "graphics", "opengl", "gamedev", "visualization", ] categories = [ "graphics", "rendering", "rendering::engine", "rendering::graphics-api", ] license = "MIT" repository = "https://github.com/No-tengo-nombre/wiener/" [[example]] name = "gl_framebuffer" path = "examples/gl/framebuffer/main.rs" [[example]] name = "gl_model_obj" path = "examples/gl/model_obj/main.rs" [[example]] name = "gl_model_off" path = "examples/gl/model_off/main.rs" [[example]] name = "gl_msaa_framebuffer" path = "examples/gl/msaa_framebuffer/main.rs" [[example]] name = "gl_texture" path = "examples/gl/texture/main.rs" [[example]] name = "gl_triangle" path = "examples/gl/triangle/main.rs" [[example]] name = "gl_uniform" path = "examples/gl/uniform/main.rs" [[example]] name = "gl_window" path = "examples/gl/window/main.rs" [dependencies.wiener_internal] version = "0.1.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.gl] version = "0.14.0" [dev-dependencies.log] version = "0.4.17"