Dependency not recognized?
Hi,
I am stucked with this issue: https://stackoverflow.com/questions/78666879/swift-package-manager-on-linux-dependency-not-recognised
Any idea to solve this?
Stack Overflow
Swift Package Manager on Linux: dependency not recognised?
I am trying to use Swift for the 1st time on Linux and intend to create a small executable with SwiftImGui.
Here is my Package.swift:
// swift-tools-version: 5.10
// The swift-tools-version declare...
3 Replies
@Endre https://github.com/ctreffs/SwiftImGui/blob/master/Package.swift if you look at package.swift for that lib, only exposed library is “ImGui” , there is no impulse
GitHub
SwiftImGui/Package.swift at master · ctreffs/SwiftImGui
Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows - ctreffs/SwiftImGui
line 7: https://github.com/ctreffs/SwiftImGui/blob/c81197496f9227001fd5531673604a6f29f880b1/Package.swift#L7
GitHub
SwiftImGui/Package.swift at c81197496f9227001fd5531673604a6f29f880b...
Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows - ctreffs/SwiftImGui
Thanks for taking a look!