StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

Repetitive glm dependency #56

Open jamesnulliu opened 10 months ago

jamesnulliu commented 10 months ago

In Visual Studio 2022, I notice that there is a repetitive glm dependency to the path "Walnut/vendor/glm" and VulkanSDK. This causes a duplicated occurance of "glm" and sub-headers in the prompt for code auto-completion.

This is avoidable by not adding any dependency of "Walnut/vendor/glm" to premake files, since Vulkan is bound to be included in the project.