From c86e0af763e5000ce6b9c8762fcd46495004064c Mon Sep 17 00:00:00 2001 From: Pol Welter Date: Wed, 1 Jan 2025 20:40:12 +0100 Subject: [PATCH] Add bitflags to the list of dependencies in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 247ad32d90c..2abccd5d2f3 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Light Theme: * [`ahash`](https://crates.io/crates/ahash) * [`nohash-hasher`](https://crates.io/crates/nohash-hasher) * [`parking_lot`](https://crates.io/crates/parking_lot) +* [`bitflags`](https://crates.io/crates/bitflags) Heavier dependencies are kept out of `egui`, even as opt-in. No code that isn't fully Wasm-friendly is part of `egui`.