Skip to content

Commit dd37bc7

Browse files
committed
Sync readme.
1 parent c737ebb commit dd37bc7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Run interactive [examples] in your browser using [WebAssembly] and [WebGL].
2121
[WebAssembly]: https://en.wikipedia.org/wiki/WebAssembly
2222
[WebGL]: https://en.wikipedia.org/wiki/WebGL
2323

24-
**NOTE**: Not all features are enabled by default, see [Optional Features](#optional-features). On
25-
Linux the `bevy/wayland` or `bevy/x11` feature gate must be enabled for a successful build.
24+
**NOTE**: Not all features are enabled by default, see [Optional Features](#optional-features).
25+
On Linux the `bevy/wayland` or `bevy/x11` feature gate must be enabled for a successful build.
2626

2727
## Camera Modes
2828

@@ -103,9 +103,9 @@ away from the screen’s center (e.g., the rotation accelerates towards the edge
103103

104104
Following features are disabled unless their corresponding feature gate is enabled:
105105

106-
* `c11-orbit` for testing the behaviorally identical C implementation of the exponential map.
107-
* `serialize` for `serde` support of various structures of this crate and its dependencies.
108106
* `bevy_egui` for automatic viewport stealing whenever `egui` wants focus.
107+
* `serialize` for `serde` support of various structures of this crate and its dependencies.
108+
* `c11-orbit` for testing the behaviorally identical C implementation of the exponential map.
109109

110110
See the [release history](RELEASES.md) and [roadmap](#Roadmap) to keep track of the development.
111111

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
//!
8484
//! Following features are disabled unless their corresponding feature gate is enabled:
8585
//!
86-
//! * `bevy_egui` for automatic viewport stealing whenever `egui` wants focus. On Linux you have
87-
//! to enable either the `bevy/wayland` or the `bevy/x11` feature gate as well.
86+
//! * `bevy_egui` for automatic viewport stealing whenever `egui` wants focus.
8887
//! * `serialize` for `serde` support of various structures of this crate and its dependencies.
8988
//! * `c11-orbit` for testing the behaviorally identical C implementation of the exponential map.
9089
//!

0 commit comments

Comments
 (0)