Skip to content

Commit

Permalink
Sync readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Nov 30, 2024
1 parent c737ebb commit dd37bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Run interactive [examples] in your browser using [WebAssembly] and [WebGL].
[WebAssembly]: https://en.wikipedia.org/wiki/WebAssembly
[WebGL]: https://en.wikipedia.org/wiki/WebGL

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

## Camera Modes

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

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

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

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

Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
//!
//! Following features are disabled unless their corresponding feature gate is enabled:
//!
//! * `bevy_egui` for automatic viewport stealing whenever `egui` wants focus. On Linux you have
//! to enable either the `bevy/wayland` or the `bevy/x11` feature gate as well.
//! * `bevy_egui` for automatic viewport stealing whenever `egui` wants focus.
//! * `serialize` for `serde` support of various structures of this crate and its dependencies.
//! * `c11-orbit` for testing the behaviorally identical C implementation of the exponential map.
//!
Expand Down

0 comments on commit dd37bc7

Please sign in to comment.