Crates.io | bevy_lospec |
lib.rs | bevy_lospec |
version | |
source | src |
created_at | 2022-04-18 10:35:24.490461 |
updated_at | 2024-11-30 09:21:21.890756 |
description | Asset loader plugin for Bevy that adds support for lospec color palettes |
homepage | |
repository | https://github.com/johanhelsing/bevy_lospec |
max_upload_size | |
id | 569795 |
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 |
Asset loader plugin for Bevy that adds support for lospec color palette formats.
Find a palette on https://lospec.com, note down the name.
Download its json from: https://lospec.com/palette-list/<palette-name>.json
and place it in the assets
folder.
See the simple
example for details.
The main
branch targets the latest bevy release.
bevy | bevy_lospec |
---|---|
0.15 | 0.9, main |
0.14 | 0.8 |
0.13 | 0.7 |
0.12 | 0.6 |
0.11 | 0.5 |
0.10 | 0.4 |
0.9 | 0.3 |
0.8 | 0.2 |
0.7 | 0.1 |
All code in this repository dual-licensed under either:
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.