Skip to content

Commit

Permalink
Add SystemTime to bevy_utils (#11054)
Browse files Browse the repository at this point in the history
# Objective

#10702 has overridden the changes
that #10980 did.

## Solution

Re-add `SystemTime` to `bevy_utils`, along with a few other types.

---

## Changelog

- Rexported `SystemTime`, `SystemTimeError`, and `TryFromFloatSecsError`
from `bevy_utils`.
  • Loading branch information
doonv authored Dec 21, 2023
1 parent ced216f commit 42f7213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub use hashbrown;
pub use petgraph;
pub use thiserror;
pub use tracing;
pub use web_time::{Duration, Instant};
pub use web_time::{Duration, Instant, SystemTime, SystemTimeError, TryFromFloatSecsError};

#[allow(missing_docs)]
pub mod nonmax {
Expand Down

0 comments on commit 42f7213

Please sign in to comment.