//! GitKraft GUI — Iced 0.13.1 desktop frontend for the GitKraft Git IDE.
//!//! This crate provides the graphical user interface built on top of
//! [`gitkraft_core`] using the [Iced](https://iced.rs) toolkit.
#[macro_use]modmacros;pubmodfeatures;pubmodicons;pubmodmessage;pubmodstate;pubmodtheme;pubmodupdate;pubmodview;pubmodview_utils;pubmodwidgets;pubusemessage::Message;pubusestate::{GitKraft, RepoTab};