ignore legion and glam tests. don't run intro example as doc test
This commit is contained in:
parent
8a14e61d0f
commit
a7d9f8d0ff
@ -31,6 +31,10 @@ members = [
|
|||||||
"crates/*",
|
"crates/*",
|
||||||
"examples/app/dynamic_plugin_loading/example_plugin"
|
"examples/app/dynamic_plugin_loading/example_plugin"
|
||||||
]
|
]
|
||||||
|
exclude = [
|
||||||
|
"crates/bevy_glam",
|
||||||
|
"crates/bevy_legion"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# bevy
|
# bevy
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Example
|
//! ## Example
|
||||||
//!Here is a simple "Hello World" Bevy app:
|
//!Here is a simple "Hello World" Bevy app:
|
||||||
//! ```
|
//! ```no_run
|
||||||
//!use bevy::prelude::*;
|
//!use bevy::prelude::*;
|
||||||
//!
|
//!
|
||||||
//!fn main() {
|
//!fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user