Bläddra i källkod

doc: updated references

Michele Caini 5 år sedan
förälder
incheckning
820d52428f
1 ändrade filer med 2 tillägg och 0 borttagningar
  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