Skip to content
Snippets Groups Projects
Commit 147abfb2 authored by Jerome Humbert's avatar Jerome Humbert
Browse files

Do not run doc code without graphic drivers

parent fb500d57
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
//! //!
//! Add the tweening plugin to your app: //! Add the tweening plugin to your app:
//! //!
//! ```rust //! ```rust,no_run
//! # use bevy::prelude::*; //! # use bevy::prelude::*;
//! # use bevy_tweening::*; //! # use bevy_tweening::*;
//! App::default() //! App::default()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment