Skip to content

Commit

Permalink
enable cxx20
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Jun 3, 2024
1 parent a627d4c commit 23c7070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ let package = Package(
.target(name: "vgerSwift", dependencies: ["vger"]),
.testTarget(name: "vgerTests", dependencies: ["vger", "MetalNanoVG"], resources: [.copy("images")]),
],
cxxLanguageStandard: .cxx14
cxxLanguageStandard: .cxx20
)

0 comments on commit 23c7070

Please sign in to comment.