Merge pull request #1 from akshayr-mecha/cleanup

cleanup: adds prelude module
This commit is contained in:
Naman Agrawal
2025-08-28 11:17:39 +05:30
committed by GitHub
4 changed files with 232 additions and 976 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ use bevy::{
window::{WindowCreated, WindowResolution},
winit::WinitPlugin,
};
use bevy_wayland::{input_region::InputRegion, layer_shell::LayerShellSettings, WaylandPlugin};
use smithay_client_toolkit::shell::wlr_layer::{Anchor, Layer};
use bevy_wayland::prelude::*;
const NORMAL_BUTTON: Color = Color::srgb(0.15, 0.15, 0.15);
const HOVERED_BUTTON: Color = Color::srgb(0.25, 0.25, 0.25);