Home
last modified time | relevance | path

Searched refs:starry_server (Results 1 – 15 of 15) sorted by relevance

/StarryEngine/starry_server/src/
H A Dmain.rs3 use starry_server::{
6 core::{starry_server, StarryServer, SCREEN_HEIGHT, SCREEN_WIDTH},
24 let server = starry_server().unwrap(); in main()
/StarryEngine/
H A DMakefile3 @ $(MAKE) -C starry_server fmt
9 @ $(MAKE) -C starry_server fmt-check
/StarryEngine/starry_toolkit/
H A DCargo.toml12 starry_server = {path = "../starry_server" }
/StarryEngine/starry_applications/
H A DCargo.toml13 starry_server = {path = "../starry_server" }
/StarryEngine/starry_server/src/core/
H A Dcompositor.rs12 use super::{starry_server, window_manager::window_manager, SCREEN_WIDTH};
55 let server = starry_server().unwrap(); in redraw_all()
H A Dwindow_manager.rs21 use super::{compositor::compositor, starry_server};
270 let server = starry_server().unwrap(); in cursor_rect()
H A Dmod.rs30 pub fn starry_server() -> Option<Arc<StarryServer>> { in starry_server() function
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dmod.rs5 use starry_server::base::image::Image as ImageResource;
6 use starry_server::core::{SCREEN_HEIGHT, SCREEN_WIDTH};
H A Dasset_item_grid.rs19 use crate::starry_server::base::image::Image as ImageResource;
/StarryEngine/starry_toolkit/src/
H A Dlib.rs2 extern crate starry_server;
H A Dmain.rs2 use starry_server::core::{SCREEN_HEIGHT, SCREEN_WIDTH};
/StarryEngine/starry_server/
H A DCargo.toml2 name = "starry_server"
/StarryEngine/starry_applications/src/
H A Dlib.rs2 extern crate starry_server;
/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs8 use starry_server::core::{SCREEN_HEIGHT, SCREEN_WIDTH};
H A Dimage.rs16 use crate::starry_server::base::image::Image as ImageResource;