StudioCherno / Walnut

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

Repetitive glm dependency #56

Open jamesnulliu opened 1 year ago

jamesnulliu commented 1 year 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.

ThunderSphun commented 3 months ago

vulkan has glm as optional install option, so the user isnt guaranteed to have glm installed