Rename CAspectContainer target to CGtkWidgets

This commit is contained in:
Brendan Szymanski 2026-06-19 20:19:43 -04:00
parent 284a2c4842
commit b52ea45d69
8 changed files with 6 additions and 6 deletions

View file

@ -53,7 +53,7 @@ let package = Package(
] ]
), ),
.target( .target(
name: "CAspectContainer", name: "CGtkWidgets",
dependencies: [ dependencies: [
.product(name: "CAdw", package: "adwaita-swift") .product(name: "CAdw", package: "adwaita-swift")
] ]
@ -62,7 +62,7 @@ let package = Package(
.target( .target(
name: "LuminateUI", name: "LuminateUI",
dependencies: [ dependencies: [
"CAspectContainer", "CGtkWidgets",
"LuminateCore", "LuminateCore",
"LuminateDI", "LuminateDI",
"LuminateObservationMacros", "LuminateObservationMacros",
@ -99,7 +99,7 @@ let package = Package(
.testTarget( .testTarget(
name: "LuminateTests", name: "LuminateTests",
dependencies: [ dependencies: [
"CAspectContainer", "CGtkWidgets",
.product(name: "CAdw", package: "adwaita-swift"), .product(name: "CAdw", package: "adwaita-swift"),
.product(name: "Adwaita", package: "adwaita-swift"), .product(name: "Adwaita", package: "adwaita-swift"),
] ]

View file

@ -20,7 +20,7 @@
// //
import Adwaita import Adwaita
import CAspectContainer import CGtkWidgets
/// A singlechild container that preserves a fixed aspect ratio. /// A singlechild container that preserves a fixed aspect ratio.
/// ///

View file

@ -20,7 +20,7 @@
// //
import Adwaita import Adwaita
import CAspectContainer import CGtkWidgets
/// Controls how the last row is aligned when it doesn't fill the width. /// Controls how the last row is aligned when it doesn't fill the width.
public enum FlowGridJustifySetting: Int { public enum FlowGridJustifySetting: Int {

View file

@ -1,6 +1,6 @@
import Adwaita import Adwaita
import CAdw import CAdw
import CAspectContainer import CGtkWidgets
import Testing import Testing
// MARK: - Helpers // MARK: - Helpers