c7ef086d3d
This simplifies the rendering code and remove all(!) pointers. There is a number of unresolved issues * Windows build ? * position delta computation: migrating to SFML seems to have modified the frame rate.
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "pacman",
|
|
"version": "0.1",
|
|
"dependencies": [
|
|
"sfml",
|
|
"fmt",
|
|
"gtest"
|
|
]
|
|
} |