ventana 0.0.3

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.3"
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]
auto-backend = ["dep:backend"]
default = [
    "auto-backend",
    "x11",
    "wayland",
]
serde = [
    "dep:serde",
    "hal/serde",
]
wayland = ["backend?/wayland"]
x11 = ["backend?/x11"]

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

[dependencies.backend]
version = "0.0.1"
optional = true
package = "ventana-backend-auto"

[dependencies.hal]
version = "0.0.3"
package = "ventana-hal"

[dependencies.log]
version = "0.4"

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

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