Michele Caini 7 年之前
父節點
當前提交
ff34671526
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      README.md
  2. 1 1
      TODO

+ 2 - 1
README.md

@@ -71,7 +71,8 @@ Here is a brief, yet incomplete list of what it offers today:
   a tiny **event dispatcher** for immediate and delayed events to integrate in
   a tiny **event dispatcher** for immediate and delayed events to integrate in
   loops.
   loops.
 * A general purpose **event emitter** as a CRTP idiom based class template.
 * A general purpose **event emitter** as a CRTP idiom based class template.
-* And **much more**! Check out the [**wiki**](https://github.com/skypjack/entt/wiki).
+* And **much more**! Check out the
+  [**wiki**](https://github.com/skypjack/entt/wiki).
 
 
 Consider it a work in progress. The whole API is also fully documented in-code
 Consider it a work in progress. The whole API is also fully documented in-code
 for those who are brave enough to read it.
 for those who are brave enough to read it.

+ 1 - 1
TODO

@@ -1,5 +1,5 @@
 * long term feature: shared_ptr less locator
 * long term feature: shared_ptr less locator
-* long term feature: shared_ptr-less resource cache
+* long term feature: shared_ptr less resource cache
 * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
 * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
 * scene management (I prefer the concept of spaces, that is a kind of scene anyway)
 * scene management (I prefer the concept of spaces, that is a kind of scene anyway)
 * debugging tools (#60): the issue online already contains interesting tips on this, look at it
 * debugging tools (#60): the issue online already contains interesting tips on this, look at it