winr 0.0.1

A cross-platform windowing framework.
# 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 = "2024"
name = "winr"
version = "0.0.1"
authors = ["Jacob Green"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform windowing framework."
readme = "README.md"
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jacobrgreen114/winr-rs"

[lib]
name = "winr"
path = "src/lib.rs"

[[example]]
name = "normal_window"
path = "examples/normal_window.rs"

[dependencies.thiserror]
version = "2.0"

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_Graphics_Gdi",
    "Win32_UI_Input_KeyboardAndMouse",
]