Update documentation
Add acknowledgments to documentation and add Jolt to README.
This commit is contained in:
parent
e3c1f41fbd
commit
8c41f259fa
5 changed files with 12 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,7 +22,8 @@
|
||||||
!/docs/
|
!/docs/
|
||||||
/docs/*
|
/docs/*
|
||||||
|
|
||||||
!/docs/1.1_PRIVACY
|
!/docs/1.1_ACKNOWLEDGMENTS
|
||||||
|
!/docs/1.2_PRIVACY
|
||||||
|
|
||||||
# /engine
|
# /engine
|
||||||
!/engine/
|
!/engine/
|
||||||
|
|
|
||||||
3
README
3
README
|
|
@ -11,7 +11,8 @@ for your system; heavily shared library-oriented systems may need all of these
|
||||||
installed to run the compiled binary.
|
installed to run the compiled binary.
|
||||||
|
|
||||||
- Godot 4.2
|
- Godot 4.2
|
||||||
- Vulkan (version compatible with Godot 4.2)
|
- Vulkan Developement Libraries(version compatible with Godot 4.2)
|
||||||
|
- Godot Jolt
|
||||||
|
|
||||||
Some platforms may require that shared libraries be placed alongside the
|
Some platforms may require that shared libraries be placed alongside the
|
||||||
source files, such as MSYS-2.0.dll.
|
source files, such as MSYS-2.0.dll.
|
||||||
|
|
|
||||||
4
docs/1.1_ACKNOWLEDGMENTS
Normal file
4
docs/1.1_ACKNOWLEDGMENTS
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
1.1 ACKNOWLEDGMENTS
|
||||||
|
===================
|
||||||
|
|
||||||
|
--- end of 1.1 ACKNOWLEDGMENTS ---
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
1.1 PRIVACY
|
|
||||||
===========
|
|
||||||
|
|
||||||
--- end of 1.1 PRIVACY ---
|
|
||||||
4
docs/1.2_PRIVACY
Normal file
4
docs/1.2_PRIVACY
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
1.2 PRIVACY
|
||||||
|
===========
|
||||||
|
|
||||||
|
--- end of 1.2 PRIVACY ---
|
||||||
Loading…
Add table
Add a link
Reference in a new issue