refactor(conan): Remove redundant Wayland requirement declaration

This commit is contained in:
2026-01-06 11:41:02 +00:00
parent 7ce91e61d0
commit 8d78edfc4f

View File

@@ -2,10 +2,6 @@ from conan import ConanFile
from conan.tools.cmake import cmake_layout
class SDL3CppConan(ConanFile):
requires = (
"wayland/1.23.92"
)
name = "sdl3cpp"
version = "0.1"
settings = "os", "arch", "compiler", "build_type"