# 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 = "ezwin" version = "2.15.1" authors = ["Gabriel Lugo "] description = "Easy, minimal Win32 window creation" readme = "README.md" keywords = [ "win32", "windows", "windowing", ] categories = [ "game-development", "rendering", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/witer-rs/witer" [profile.dev] opt-level = 0 [profile.dev.package."*"] opt-level = 3 [[example]] name = "threaded" [dependencies.crossbeam] version = "0.8" [dependencies.rwh_05] version = "0.5.2" features = ["std"] optional = true package = "raw-window-handle" [dependencies.rwh_06] version = "0.6" features = ["std"] optional = true package = "raw-window-handle" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" default-features = false [dependencies.windows] version = "0.54" features = [ "UI_ViewManagement", "Win32_Foundation", "Win32_Security", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", ] [dev-dependencies.foxy_time] version = "1" [dev-dependencies.pollster] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.wgpu] version = "0.19" [features] default = ["rwh_06"] rwh_05 = ["dep:rwh_05"] rwh_06 = ["dep:rwh_06"]