You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
## Introduction
13
13
14
-
Capy is a **graphical user interface library for Zig**. It is mainly intended for creating applications using native controls from the operating system.
14
+
Capy is a **GUI library for Zig**. It is mainly intended for creating applications using native controls from the operating system.
15
15
Capy is a declarative UI library aiming to be easy to write for and versatile.
16
16
17
17
It has been made with the goal to empower standalone UI applications, integration in games or any other rendering process is a non-goal.
@@ -39,8 +39,8 @@ pub fn main() !void {
39
39
try window.set(
40
40
capy.column(.{ .spacing = 10 }, .{ // have 10px spacing between each column's element
41
41
capy.row(.{ .spacing = 5 }, .{ // have 5px spacing between each row's element
0 commit comments