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/*",
|
||||
"examples/app/dynamic_plugin_loading/example_plugin"
|
||||
]
|
||||
exclude = [
|
||||
"crates/bevy_glam",
|
||||
"crates/bevy_legion"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
# bevy
|
||||
|
@ -8,7 +8,7 @@
|
||||
//!
|
||||
//! ## Example
|
||||
//!Here is a simple "Hello World" Bevy app:
|
||||
//! ```
|
||||
//! ```no_run
|
||||
//!use bevy::prelude::*;
|
||||
//!
|
||||
//!fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user