Registry / other / yakui-core

yakui-core

JSON →
library0.3.0rscratesunverified

Core crate for yakui, a UI library for games.

# Cargo.toml [dependencies] yakui-core = "0.3.0"
INSTALL
IMPORT
SIG · YAKUI-CORE
Y
yakui-core
otherrustv0.3.0
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.

Widget
use yakui_core::widget::Widget;

Import the Widget trait from yakui-core.

use yakui_core::widget::Widget; fn main() { // yakui-core is the foundation for yakui UI. println!("yakui-core provides widget traits"); }
Debug
Known issues
gotchaRequires yakui crate for actual UI rendering; yakui-core alone is not sufficient.
fix
Add yakui as a dependency for full UI functionality.
affects: *
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
yakui-core — cargo add yakui-core · libregistry