File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Run interactive [examples] in your browser using [WebAssembly] and [WebGL].
21
21
[ WebAssembly ] : https://en.wikipedia.org/wiki/WebAssembly
22
22
[ WebGL ] : https://en.wikipedia.org/wiki/WebGL
23
23
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.
26
26
27
27
## Camera Modes
28
28
@@ -103,9 +103,9 @@ away from the screen’s center (e.g., the rotation accelerates towards the edge
103
103
104
104
Following features are disabled unless their corresponding feature gate is enabled:
105
105
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.
108
106
* ` 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.
109
109
110
110
See the [ release history] ( RELEASES.md ) and [ roadmap] ( #Roadmap ) to keep track of the development.
111
111
Original file line number Diff line number Diff line change 83
83
//!
84
84
//! Following features are disabled unless their corresponding feature gate is enabled:
85
85
//!
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.
88
87
//! * `serialize` for `serde` support of various structures of this crate and its dependencies.
89
88
//! * `c11-orbit` for testing the behaviorally identical C implementation of the exponential map.
90
89
//!
You can’t perform that action at this time.
0 commit comments