mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 08:28:51 +03:00
pkg/macos: animation yeet usingns
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
pub const c = @import("animation/c.zig");
|
pub const c = @import("animation/c.zig").c;
|
||||||
pub usingnamespace @import("animation/layer.zig");
|
|
||||||
|
/// https://developer.apple.com/documentation/quartzcore/calayer/contents_gravity_values?language=objc
|
||||||
|
pub extern "c" const kCAGravityTopLeft: *anyopaque;
|
||||||
|
|
||||||
test {
|
test {
|
||||||
@import("std").testing.refAllDecls(@This());
|
@import("std").testing.refAllDecls(@This());
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
pub usingnamespace @cImport({
|
pub const c = @cImport({
|
||||||
@cInclude("QuartzCore/CALayer.h");
|
@cInclude("QuartzCore/CALayer.h");
|
||||||
});
|
});
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
/// https://developer.apple.com/documentation/quartzcore/calayer/contents_gravity_values?language=objc
|
|
||||||
pub extern "c" const kCAGravityTopLeft: *anyopaque;
|
|
Reference in New Issue
Block a user