win64 0.0.1

An opinionated modernization of the Win32 windowing library
[dependencies.bitflags]
version = "2.6"

[dependencies.cursor-icon]
version = "1.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
default-features = false
version = "0.1"

[dependencies.windows]
features = ["UI_ViewManagement", "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation", "Win32_Security", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_HiDpi", "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_Common", "Win32_UI_Shell_PropertiesSystem"]
version = "0.58.0"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[features]

[package]
authors = ["Gabriel Lugo <dev.gabriel.lugo@gmail.com>"]
categories = ["game-development", "rendering", "gui"]
description = "An opinionated modernization of the Win32 windowing library"
edition = "2021"
keywords = ["win32", "windows", "windowing"]
license = "MIT OR Apache-2.0"
name = "win64"
readme = "README.md"
repository = "https://github.com/GTLugo/win64"
version = "0.0.1"

[profile.dev]
opt-level = 0

[profile.dev.package."*"]
opt-level = 3