# 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_graphics" version = "0.0.9" authors = ["Wouter de Bruijn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Graphics and rendering interfacing code 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_graphics" path = "src/lib.rs" [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.rand] version = "0.8.5" features = [ "std", "std_rng", "small_rng", ] [dependencies.raw-window-handle] version = "0.6.2" [dependencies.wutengine_core] version = "0.0.9" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"