# 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 = "wolf_engine_window" version = "0.4.0" authors = ["AlexiWolf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, high-level window API for video games." homepage = "https://github.com/AlexiWolf/wolf_engine" readme = "README.md" keywords = [ "wolf-engine", "gamedev", "windowing", ] categories = [ "game-development", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine" [lib] name = "wolf_engine_window" path = "src/lib.rs" [dependencies.rwh_05] version = "0.5" optional = true package = "raw-window-handle" [dependencies.rwh_06] version = "0.6" optional = true package = "raw-window-handle" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.10" features = [ "v4", "fast-rng", ] [dependencies.wolf_engine_events] version = "0.2.1" [dependencies.wolf_engine_input] version = "0.1.2" features = ["winit"]