all-is-cubes-ui

Crates.ioall-is-cubes-ui
lib.rsall-is-cubes-ui
version
sourcesrc
created_at2022-12-29 06:11:57.454836
updated_at2025-01-02 04:01:51.125973
descriptionUser interface subsystem for the all-is-cubes engine.
homepage
repositoryhttps://github.com/kpreid/all-is-cubes
max_upload_size
id747166
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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`
size0
Kevin Reid (kpreid)

documentation

README

All is Cubes (UI package)

All is Cubes is a “voxel game” where each block is made out of smaller blocks (one level of recursion).

This particular library package contains the widget framework (which renders to voxels itself), and UI screens and abstractions for interactive applications.

The API is fairly unstable and primarily intended to serve the needs of the existing desktop and web “app” crates.

License

All source code and other materials are Copyright © 2020-2025 Kevin Reid, and licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 4637

cargo fmt