Skip to content
Snippets Groups Projects
Commit c95f26ac authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Removed visualizer for linux

parent db941754
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
Pipeline #114964 canceled
...@@ -30,7 +30,7 @@ let package = Package( ...@@ -30,7 +30,7 @@ let package = Package(
.product(name: "HNSWAlgorithm", package: "similarity-topology"), .product(name: "HNSWAlgorithm", package: "similarity-topology"),
.product(name: "HNSWEphemeral", package: "similarity-topology"), .product(name: "HNSWEphemeral", package: "similarity-topology"),
.product(name: "HNSWDurable", package: "similarity-topology"), .product(name: "HNSWDurable", package: "similarity-topology"),
.product(name: "HNSWSample", package: "similarity-topology"), .product(name: "HNSWSample", package: "similarity-topology", condition: .when(platforms: [.macOS])),
.product(name: "ZSTD", package: "Elva"), .product(name: "ZSTD", package: "Elva"),
.byName(name: "Surge", condition: .when(platforms: [.macOS])), .byName(name: "Surge", condition: .when(platforms: [.macOS])),
], ],
......
#if canImport(GameplayKit) && os(macOS)
import SwiftUI import SwiftUI
import HNSWAlgorithm import HNSWAlgorithm
import HNSWSample import HNSWSample
...@@ -98,3 +100,5 @@ class AppDelegate: NSObject, NSApplicationDelegate { ...@@ -98,3 +100,5 @@ class AppDelegate: NSObject, NSApplicationDelegate {
NSApp.setActivationPolicy(.regular) NSApp.setActivationPolicy(.regular)
} }
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment