1
0
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:
Emil Ernerfeldt
2022-12-08 14:49:13 +01:00
parent da0a178701
commit 4af7dc9e35
2 changed files with 2 additions and 3 deletions

View File

@@ -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.