Crates.io | wayland-egl |
lib.rs | wayland-egl |
version | |
source | src |
created_at | 2019-09-14 09:01:34.799222 |
updated_at | 2025-01-31 18:39:33.199 |
description | Bindings to libwayland-egl. |
homepage | |
repository | https://github.com/smithay/wayland-rs |
max_upload_size | |
id | 164745 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides bindings for OpenGL/Vulkan support for Wayland client apps. It allows to
create an EGLSurface
from any WlSurface
, which can then play the role of the base surface
for initializing an OpenGL or Vulkan context.