Changes
6 changed files (+5/-4)
-
-
@@ -1,7 +1,7 @@{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json", "include": [ "path:./gtk/plugin.json", "path:./gtk-adwaita/plugin.json", "path:./macos/plugin.json" ], "packages": {
-
-
-
@@ -50,6 +50,7 @@ // Each library must be provided by packages listed in `plugin.json` (devbox package),// so anyone can build without manually installing system libraries. const system_libraries = [_][]const u8{ "gtk4", "libadwaita-1", }; // A directory containing C source files compiled from Vala source code.
-
-
-
-
@@ -1,6 +1,6 @@{ "name": "plac-gtk4", "description": "GTK4 application", "name": "plac-gtk-adwaita", "description": "GTK4 (Adwaita) application", "packages": { "pkg-config": { "version": "latest"
-
-
-
@@ -16,4 +16,4 @@ SPDX-License-Identifier: Apache-2.0=== Devbox configuration for GTK package. Devbox configuration for GTK-Adwaita package.
-
-