ventana-hal 0.0.4

A cross-platform, iterator-based windowing library
Documentation
# 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 = "ventana-hal"
version = "0.0.4"
authors = ["Gabriel Lugo-Maldonado <dev.gabriel.lugo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform, iterator-based windowing library"
readme = "README.md"
keywords = [
    "cross-platform",
    "windowing",
    "iterator",
]
categories = [
    "game-development",
    "rendering",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GTLugo/ventana"

[features]
default = []
serde = ["dep:serde"]

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

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

[dependencies.dpi]
version = "0.1"

[dependencies.keyboard-types]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.pointer-types]
version = "0.5"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.rgb]
version = "0.8"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.smol_str]
version = "0.3"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"