|
@@ -33,9 +33,9 @@ This executable runs without any graphics and sound. It means that you can run t
|
|
|
|
|
|
Not only can you add native code to the engine with the Native Extensions feature, you can also remove standard parts of the engine. E.g. if you don't need a physics engine, you can remove that from the executable.
|
|
|
|
|
|
-We support this via a file called an `App Manifest` (.appmanifest). In such a file, you can configure what libraries or symbols to remove, or perhaps add compile flags
|
|
|
+
|
|
|
|
|
|
-This feature is still being developed and improved.
|
|
|
+
|
|
|
|
|
|
### Combined context
|
|
|
|