Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 1aae83d

Browse files
authored
feat(api): replace std::time:instant with bevy::platform::time::instant (#118)
1 parent 7d3911c commit 1aae83d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/thinker.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use std::{
55
collections::VecDeque,
66
sync::Arc,
7-
time::{Duration, Instant},
7+
time::Duration
88
};
99

1010
use bevy::{
@@ -13,6 +13,7 @@ use bevy::{
1313
Level,
1414
},
1515
prelude::*,
16+
platform::time::Instant
1617
};
1718

1819
use crate::{

0 commit comments

Comments
 (0)