Skip to content

Commit

Permalink
Reexport NoDefault from moongraph to allow using resources without (#9)
Browse files Browse the repository at this point in the history
Default implementaion.
  • Loading branch information
navneetankur authored Jun 6, 2024
1 parent 7717ea8 commit f73b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use entity::*;
pub use facade::{Facade, FacadeSchedule};
pub use moongraph::{
end, err, graph, ok, Edges, Graph, GraphError, Move, NodeResults, TypeKey, TypeMap, View,
ViewMut,
ViewMut, NoDefault,
};
pub use storage::{
Components, Entry, IsBundle, IsQuery, LazyComponents, Maybe, MaybeMut, MaybeRef, Mut, Query,
Expand Down

0 comments on commit f73b70c

Please sign in to comment.