llimphi-hal 0.1.0

Surface/device HAL for the llimphi UI framework (wgpu) — one scene tree across Wayland/X11/Win32/Android/bare-metal.
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 = "2021"
name = "llimphi-hal"
version = "0.1.0"
authors = ["Sergio <gerencia@jlsoltech.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Surface/device HAL for the llimphi UI framework (wgpu) — one scene tree across Wayland/X11/Win32/Android/bare-metal."
readme = "README.md"
license = "MIT"
repository = "https://git.tawasuyu.net/tawasuyu/llimphi"

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

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

[dependencies.pollster]
version = "0.4"

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

[dependencies.wgpu]
version = "27"

[dependencies.winit]
version = "0.30"