mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Very small doc and changelog tweaks
This commit is contained in:
@@ -34,7 +34,7 @@ extra_asserts = []
|
||||
[dependencies]
|
||||
#! ### Optional dependencies
|
||||
|
||||
## [`bytemuck`](https://docs.rs/bytemuck) enables you to cast `emath` types to `&[u8]`.
|
||||
## [`bytemuck`](https://docs.rs/bytemuck) enables you to cast `ecolor` types to `&[u8]`.
|
||||
bytemuck = { version = "1.7.2", optional = true, features = ["derive"] }
|
||||
|
||||
## [`cint`](https://docs.rs/cint) enables interopability with other color libraries.
|
||||
|
||||
Reference in New Issue
Block a user