Deps and doc test fix
This commit is contained in:
parent
545d9cdbd0
commit
6f2599aa4f
|
|
@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
|
|||
[dependencies.bevy]
|
||||
version = "0.13"
|
||||
default-features = false
|
||||
features = ["bevy_ui", "bevy_asset", "bevy_text", "bevy_winit"]
|
||||
features = ["bevy_ui", "bevy_asset", "bevy_text"]
|
||||
|
||||
[dev-dependencies.bevy]
|
||||
version = "0.13"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use bevy::{
|
|||
/// # Example
|
||||
/// ```
|
||||
/// use bevy::prelude::*;
|
||||
/// use bevy_simple_scroll_view::;
|
||||
/// use bevy_simple_scroll_view::*;
|
||||
///
|
||||
/// App::new()
|
||||
/// .add_plugins((DefaultPlugins,ScrollViewPlugin))
|
||||
|
|
|
|||
Loading…
Reference in New Issue