Registry / other / tao
library0.35.3rscratesunverified

Cross-platform window manager library.

# Cargo.toml [dependencies] tao = "0.35.3"
INSTALL
IMPORT
SIG · TAO
T
tao
otherrustv0.35.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Window
use tao::Window;

Create a new window with a title.

use tao::Window; fn main() { let window = Window::new("Hello").unwrap(); println!("Window created"); }
Debug
Known issues
gotchaRequires platform-specific dependencies (e.g., X11 on Linux).
fix
Ensure you have the necessary system libraries installed (e.g., libx11-dev on Ubuntu).
affects: >=0.35.0
Upgrade
Version history
0.35.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
tao — cargo add tao · libregistry