# SPDX-FileCopyrightText: 2025 Felix Morgner # SPDX-License-Identifier: CC0-1.0 [library] description = "The core library for 'Turns, the simple turn order tracker'" authors = "Felix Morgner" license = "LGPL-2.1-only" browse_url = "https://source.arknet.ch/fmorgner/turns/" repository_url = "https://source.arknet.ch/fmorgner/turns.git" website_url = "https://turns.arknet.ch" dependencies = [ "Gio-2.0", "Glib-2.0", "GObject-2.0", ] [dependencies."Gio-2.0"] name = "Gio2" description = "A general purpose I/O, networking, IPC, settings, and other high level application functionality library" docs_url = "https://developer.gnome.org/gio/stable" [dependencies."Glib-2.0"] name = "GLib" description = "A general-purpose, portable utility library" docs_url = "https://developer.gnome.org/glib/stable" [dependencies."GObject-2.0"] name = "GObject" description = "The base type system and object class" docs_url = "https://developer.gnome.org/gobject/stable"