Docs.rs
teksilo-platform-0.9.0
teksilo-platform 0.9.0
Docs.rs crate page
MPL-2.0
01 September 2026
Links
Repository
crates.io
Source
Owners
jacquetc
Dependencies
accesskit ^0.25.0
normal
accesskit_winit ^0.34.0
normal
arboard ^3.6
normal
optional
async-std ^1
normal
optional
raw-window-handle ^0.6
normal
rfd ^0.17.2
normal
optional
teksilo-canvas ^0.9.0
normal
teksilo-core ^0.9.0
normal
teksilo-render ^0.9.0
normal
teksilo-tokens ^0.9.0
normal
thiserror ^2
normal
wgpu ^30.0.0
normal
winit ^0.30
normal
libc ^0.2
normal
wayland-backend ^0.3
normal
wayland-client ^0.31
normal
wayland-protocols ^0.32
normal
x11rb ^0.13
normal
objc2 ^0.6
normal
objc2-app-kit ^0.3
normal
objc2-foundation ^0.3
normal
windows ^0.62
normal
windows-core ^0.62
normal
Versions
80.38%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module window
teksilo_
platform
0.9.0
Module window
Module Items
Structs
Enums
In crate teksilo_
platform
teksilo_platform
Module
window
Copy item path
Source
Structs
§
Platform
Window
A platform window wrapping a winit window, wgpu surface, renderer, and AccessKit adapter for screen reader support.
Surface
Render
Error
Error returned when surface texture acquisition fails during rendering.
Enums
§
Frame
Outcome
Outcome of
PlatformWindow::render_frame
. Mirrors the wgpu surface-status cases that matter to the caller so the app loop can decide how to respond (ignore, reconfigure, log) without every frame getting logged as an error.