mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Merge pull request #212 from GabLotus/master
Remove std::time::Duration from the thread_pool_resources.rs example
This commit is contained in:
commit
99e39b5227
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
use bevy::{ecs::ParallelExecutorOptions, prelude::*};
|
||||
use std::time::Duration;
|
||||
|
||||
/// This example illustrates how to customize the thread pool used internally (e.g. to only use a
|
||||
/// certain number of threads).
|
||||
|
|
Loading…
Reference in a new issue