Base work on graphics api

This commit is contained in:
Lucy 2022-02-15 10:59:57 -05:00
parent b8d17f2b2f
commit f4b895d61d
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
4 changed files with 45 additions and 0 deletions

View file

@ -4,6 +4,7 @@
extern crate relm4_macros;
pub mod dbus;
pub mod graphics;
pub mod profile;
use gtk4::{gio::ApplicationFlags, prelude::*, Orientation};