1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00

Atualização de Readme

This commit is contained in:
Danilo 2024-06-04 17:13:30 -03:00
parent cc0e73a2e6
commit 9a8e3e26b5

View File

@ -6,8 +6,9 @@
The project is still under development and the next updates will focus on the following tasks: The project is still under development and the next updates will focus on the following tasks:
- [x] Finish basic classes - [x] Finish basic classes
- [ ] Code refactoring and cleaning - [x] Code refactoring and cleaning
- [ ] 3D support - [ ] 3D support
- [ ] Implementation of missing classes and functions
- [ ] Content Pipeline - [ ] Content Pipeline
- [ ] Multiplatform support - [ ] Multiplatform support
@ -24,10 +25,10 @@ Use the following command in vcpkg to install DirectXTK:
.\vcpkg install directxtk[tools,spectre,xaudio2-9] .\vcpkg install directxtk[tools,spectre,xaudio2-9]
``` ```
In the root CMakeLists.txt set the vcpkg CMAKE_TOOLCHAIN_FILE path In the root CMakeLists.txt set the vcpkg path
``` ```
include("C:/vcpkg/scripts/buildsystems/vcpkg.cmake") set(PROJECT_VCPKG_DIRECTORY "C:/vcpkg")
``` ```
## 📝 License ## 📝 License