Graphics namespace includes rectangle, rounded rectangle, and circle

Also added methods to make writing to shm pool easier
This commit is contained in:
2025-04-27 01:12:29 -07:00
parent 1e5be37996
commit 293e03e500
5 changed files with 80 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ use std::error::Error;
mod wayland;
use wayland::wl_client::WlClient;
mod graphics;
fn main() -> Result<(), Box<dyn Error>> {
let mut wl_client = WlClient::new()?;