mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
refactor(conan): Remove redundant Wayland requirement declaration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user