Skip to content

Commit

Permalink
Doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Jan 24, 2024
1 parent 122a910 commit 68b6873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/action_driver.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
//! Tools to control the [`ActionState`] of other entities automatically from other entities.
#[allow(unused_imports)] // For the documentation
use crate::action_state::ActionState;

use bevy::utils::hashbrown::hash_set::Iter;
use std::iter::Once;

Expand Down
2 changes: 2 additions & 0 deletions src/timing.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Information about when an action was pressed or released.
#[allow(unused_imports)] // For the documentation
use crate::action_state::ActionState;
use bevy::{
reflect::Reflect,
utils::{Duration, Instant},
Expand Down

0 comments on commit 68b6873

Please sign in to comment.