Skip to content

Commit

Permalink
move taskflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Nov 12, 2020
1 parent 08a1d19 commit 87ab2f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- 0.14.3
- `CmptsView`, `SingletonsView` use `Span`
- API with `const CmptType* types, size_t num` use `Span<CmptType> types` as instead
- move `include/UECS/detail/_deps/taskflow` to `include/_deps/taskflow`
- 0.14.2
- add `RandomAccessor` for random access other entity's component
- `SystemFunc` add the member
Expand Down
Empty file removed include/UECS/.txt
Empty file.
2 changes: 1 addition & 1 deletion include/UECS/detail/Job.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "_deps/taskflow/taskflow.hpp"
#include <_deps/taskflow/taskflow.hpp>

namespace Ubpa::UECS {
using Job = tf::Taskflow;
Expand Down
File renamed without changes.

0 comments on commit 87ab2f1

Please sign in to comment.