add 'creators' property
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
}
|
||||
```
|
||||
|
||||
Вместо `creator` можно указать массив `creators`
|
||||
|
||||
Уровни зависимостей указываются с помощью префиксов в имени:
|
||||
- '!' - обязательная зависимость
|
||||
- '?' - опциональная зависимость
|
||||
|
||||
+3
-1
@@ -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)
|
||||
|
||||
## Разделы
|
||||
|
||||
|
||||
Reference in New Issue
Block a user