Skip to content

Commit

Permalink
Remove unused dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Dec 1, 2024
1 parent 2a39a3f commit 58cc425
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 305 deletions.
23 changes: 0 additions & 23 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -795,22 +795,6 @@ let package = Package(
linkerSettings: getConfig(for: .openvdb).linkerSettings
),

.target(
name: "CosmoGraph",
dependencies: [
.target(name: "Apple", condition: .when(platforms: Arch.OS.apple.platform)),
.target(name: "ImGui"),
],
cxxSettings: [
.define("_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH", .when(platforms: [.windows])),
.define("_ALLOW_KEYWORD_MACROS", to: "1", .when(platforms: [.windows])),
.define("static_assert(_conditional, ...)", to: "", .when(platforms: [.windows])),
],
swiftSettings: [
.interoperabilityMode(.Cxx),
]
),

/*
* Run this from the command line via:
*
Expand Down Expand Up @@ -872,8 +856,6 @@ func getConfig(for target: PkgTarget) -> TargetInfo

switch target
{
case .cosmo:
break
case .draco:
break
case .tbbMallocProxy:
Expand Down Expand Up @@ -1318,10 +1300,6 @@ func getConfig(for target: PkgTarget) -> TargetInfo
break
case .all:
config.products = [
.library(
name: "CosmoGraph",
targets: ["CosmoGraph"]
),
.library(
name: "OneTBB",
targets: ["OneTBB"]
Expand Down Expand Up @@ -1836,7 +1814,6 @@ enum Arch

enum PkgTarget: String
{
case cosmo = "CosmoGraph"
case draco = "Draco"
case tbbMallocProxy = "TBBMallocProxy"
case tbbMalloc = "TBBMalloc"
Expand Down
84 changes: 0 additions & 84 deletions Sources/CosmoGraph/.swiftformat

This file was deleted.

36 changes: 0 additions & 36 deletions Sources/CosmoGraph/CGXCore.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Sources/CosmoGraph/CosmoGraph.docc/CosmoGraph.md

This file was deleted.

Binary file removed Sources/CosmoGraph/CosmoGraph.docc/cosmo.png
Binary file not shown.
50 changes: 0 additions & 50 deletions Sources/CosmoGraph/Foundation/NSString.swift

This file was deleted.

44 changes: 0 additions & 44 deletions Sources/CosmoGraph/Metal/MTLArchitecture.swift

This file was deleted.

44 changes: 0 additions & 44 deletions Sources/CosmoGraph/Metal/MTLDevice.swift

This file was deleted.

0 comments on commit 58cc425

Please sign in to comment.