SwiftGL / CGLFW3

Swift C bindings for GLFW v3 (Generic)
MIT License
15 stars 26 forks source link

Package is still defaulting to Swift tools version 3.1.0 which is no longer supported #8

Closed TheGnuGod closed 1 month ago

TheGnuGod commented 1 month ago

Because the package.swift doesn't have the // swift-tools-version: whatever comment, Swift is assuming it's on 3.1.0, which isn't valid anymore.