Major Refactor: separate project into multiple crates
This commit is contained in:
parent
f943e4c945
commit
d0440f3da3
24 changed files with 209 additions and 2232 deletions
12
raidillon_ui/Cargo.toml
Normal file
12
raidillon_ui/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "raidillon_ui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
|
||||
imgui = "0.12"
|
||||
imgui-winit-support = "0.13"
|
||||
imgui-glium-renderer = "0.13"
|
||||
winit = "0.30"
|
||||
Loading…
Add table
Add a link
Reference in a new issue