ventana 0.0.2

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

[features]
default = ["rwh_06"]
rwh_05 = [
    "dep:rwh_05",
    "ventana-hal/rwh_05",
    "backend-win32/rwh_05",
]
rwh_06 = [
    "dep:rwh_06",
    "ventana-hal/rwh_06",
    "backend-win32/rwh_06",
]
serde = [
    "dep:serde",
    "ventana-hal/serde",
]

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

[dependencies.log]
version = "0.4"

[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.serde]
version = "1.0"
optional = true

[dependencies.ventana-hal]
version = "0.0.2"

[build-dependencies.cfg_aliases]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.backend-win32]
version = "0.0.2"
package = "ventana-backend-win32"