diff --git a/world.go b/world.go index c9b115f..1c4cee8 100644 --- a/world.go +++ b/world.go @@ -1,3 +1,6 @@ +// donburi is an Entity Component System library for Go/Ebitengine inspired by legion. +// +// It aims to be a feature rich and high-performance ECS Library. package donburi import (