Skip to content

Commit

Permalink
doc: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed Dec 5, 2024
1 parent 80197de commit cf00d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["bevy"]
exclude = ["assets/*"]

[features]
## Enable to avoid panicing when multiple cameras are used in the same world
## Enable to avoid panicing when multiple cameras are used in the same world.
## Requires you to add `CosmicPrimaryCamera` marker component to the primary camera
multicam = []
webgpu = ["bevy/webgpu"]
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//!  *Warning: This plugin is currently in early development, and its API is subject to change.*
//!
//! ```rust,ignore
//! ```rust,no_run
#![doc = include_str!("../examples/basic_ui.rs")]
//! ```
//!
Expand Down Expand Up @@ -62,9 +62,6 @@ pub mod prelude {
pub(crate) use crate::primary::NodeSizeExt as _;
pub(crate) use crate::utils::*;

// public external re-exports
pub use cosmic_text::{Attrs, Family, Metrics};

// public internal re-exports
pub use crate::buffer::CosmicEditBuffer; // todo: migrate to builtin bevy CosmicBuffer
pub use crate::cosmic_edit::CosmicFontSystem; // todo: migrate to using builtin bevy cosmic font system
Expand Down

0 comments on commit cf00d35

Please sign in to comment.