# 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.81" name = "wutengine_opengl" version = "0.0.9" authors = ["Wouter de Bruijn "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The OpenGL backend for WutEngine" homepage = "https://github.com/cloone8/WutEngine" readme = "README.md" keywords = [] categories = ["game-engines"] license = "MPL-2.0" repository = "https://github.com/cloone8/WutEngine" [lib] name = "wutengine_opengl" path = "src/lib.rs" [dependencies.gl-from-raw-window-handle] version = "0.1.2" [dependencies.glam] version = "0.29.2" features = [ "std", "debug-glam-assert", ] [dependencies.log] version = "0.4.22" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.thiserror] version = "2.0.0" [dependencies.wutengine_core] version = "0.0.9" [dependencies.wutengine_graphics] version = "0.0.9" [build-dependencies.gl_generator] version = "0.14.0" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"