- New Resource, EguiQueue: Utility to queue egui ui builders - New Rendering System, EguiRenderer: Utilizes a modified egui_glium library to render egui UI - Adjusted RenderingSystem trait and RenderingContext structure to provide event_loop and egui_queue. - Various minor adjusments
12 lines
No EOL
212 B
TOML
12 lines
No EOL
212 B
TOML
[package]
|
|
name = "raidillon_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hecs = "0.10.5"
|
|
indexmap = "2.10.0"
|
|
raidillon_assets = { path = "../asset" }
|
|
winit = "0.30.12"
|
|
imgui = "0.12.0"
|
|
egui = "0.33.2" |