Registry / other / raqote

raqote

JSON →
library0.8.5rscratesunverified

A 2D graphics library.

# Cargo.toml [dependencies] raqote = "0.8.5"
INSTALL
IMPORT
SIG · RAQOTE
R
raqote
otherrustv0.8.5
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.

DrawTarget
use raqote::DrawTarget;

Creates a new DrawTarget and clears it with a white background.

use raqote::DrawTarget; let mut dt = DrawTarget::new(800, 600); dt.clear(raqote::Source::new(raqote::SolidSource::from_unpremultiplied_argb(255, 255, 255, 255))); println!("DrawTarget created");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
raqote — cargo add raqote · libregistry