# 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" rust-version = "1.78.0" name = "reverie-engine-opengl" version = "0.0.8" authors = ["yuma140902 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A toy game engine backed by OpenGL" readme = "README.md" categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/yuma140902/Reverie" [package.metadata.cargo-all-features] denylist = ["raw_gl_context"] [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [lib] name = "reverie_engine_opengl" path = "src/lib.rs" [dependencies.c_str_macro] version = "1.0.3" [dependencies.glutin] version = "0.29.1" optional = true [dependencies.image] version = "0.25.2" features = ["png"] default-features = false [dependencies.nalgebra-glm] version = "0.19.0" [dependencies.raw-gl-context] version = "0.1.2" optional = true [dependencies.reverie-util] version = "0.0.8" [dependencies.winit] version = "0.27.5" optional = true [build-dependencies.gl_generator] version = "0.14.0" [features] default = ["glutin"] glutin = [ "dep:glutin", "winit", ] raw_gl_context = [ "dep:raw-gl-context", "winit", ] [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ]