summaryrefslogtreecommitdiff
path: root/ecs/src/query
diff options
context:
space:
mode:
Diffstat (limited to 'ecs/src/query')
-rw-r--r--ecs/src/query/options.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ecs/src/query/options.rs b/ecs/src/query/options.rs
index ead0ac7..772d091 100644
--- a/ecs/src/query/options.rs
+++ b/ecs/src/query/options.rs
@@ -1,6 +1,7 @@
-use std::collections::HashSet;
use std::marker::PhantomData;
+use hashbrown::HashSet;
+
use crate::component::Component;
use crate::EntityComponent;