Crates.io | laststraw-core |
lib.rs | laststraw-core |
version | |
source | src |
created_at | 2025-01-30 01:38:39.451168 |
updated_at | 2025-02-02 00:25:31.524614 |
description | Core library for the lightweight GUI Rust framework Last-Straw. |
homepage | https://github.com/had2020/Last-Straw |
repository | https://github.com/had2020/Last-Straw |
max_upload_size | |
id | 1536032 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | 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 is package is part of a threee Crate project, called laststraw
Part of Laststraw, used for main functions, and window creation, element creation etc. Frame and app looping taken care of in lastraw-core-macro.