瀏覽代碼

doc: updated references

Michele Caini 5 年之前
父節點
當前提交
820d52428f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/md/references.md

+ 2 - 0
docs/md/references.md

@@ -14,6 +14,8 @@ details.
 I hope this list can grow much more in the future:
 
 * C:
+  * [destral_ecs](https://github.com/roig/destral_ecs): a single-file ECS based
+    on sparse sets.
   * [Diana](https://github.com/discoloda/Diana): an ECS that uses sparse sets to
     keep track of entities in systems.
   * [Flecs](https://github.com/SanderMertens/flecs): a multithreaded archetype