Skip to content

Commit

Permalink
Update changelog, remove leftover re-export line
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Jul 22, 2017
1 parent 1578392 commit 086f698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.9.3 (Unreleased)
* Add `specs-derive` crate, custom `#[derive]` for components ([#192])
* Add lazy updates: insert and remove components, execute closures on world ([#214], [#221])

[#192]: https://github.com/slide-rs/specs/pull/192
[#214]: https://github.com/slide-rs/specs/pull/214
[#221]: https://github.com/slide-rs/specs/pull/221

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ pub use shred::{Dispatcher, DispatcherBuilder, Fetch, FetchId, FetchIdMut,
#[cfg(not(target_os = "emscripten"))]
pub use shred::{AsyncDispatcher};

pub use specs_derive::*;
pub use storage::{BTreeStorage, CheckStorage, DenseVecStorage, DistinctStorage, FlaggedStorage,
HashMapStorage, InsertResult, NullStorage, ReadStorage, Storage,
UnprotectedStorage, VecStorage, WriteStorage};
Expand Down

0 comments on commit 086f698

Please sign in to comment.