add 'creators' property

This commit is contained in:
MihailRis
2024-11-10 19:41:08 +03:00
parent a333cadfca
commit 354e67087c
4 changed files with 19 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
# Documentation
Documentation for the engine of version 0.24.
Documentation for the engine of in-development version 0.25.
[Documentation for stable release 0.24.x.](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.24/doc/en/main-page.md)
## Sections
+2
View File
@@ -22,6 +22,8 @@
}
```
Вместо `creator` можно указать массив `creators`
Уровни зависимостей указываются с помощью префиксов в имени:
- '!' - обязательная зависимость
- '?' - опциональная зависимость
+3 -1
View File
@@ -1,6 +1,8 @@
# Документация
Документация движка версии 0.24.
Документация движка разрабатываемой версии 0.25.
[Документация стабильной версии 0.24.x.](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.24/doc/ru/main-page.md)
## Разделы