# 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 = "winr" version = "0.0.0" authors = ["Jacob R. Green"] description = "A windowing library." readme = "README.md" license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/jacobrgreen114/winr-rs" [dependencies.eventify] version = "0.0.0" [dependencies.lazy_static] version = "1.4.0" features = [] [target."cfg(windows)".dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", ]