Skip to content

Commit

Permalink
create personal yakui widget lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Dec 21, 2023
1 parent b31594b commit c358d70
Show file tree
Hide file tree
Showing 12 changed files with 686 additions and 365 deletions.
22 changes: 14 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"engine",
"engine_demo",
"geom",
"goryak",
"headless",
"native_app",
"networking",
Expand Down Expand Up @@ -38,6 +39,9 @@ opt-level = 2
[profile.dev.package.geom]
opt-level = 2

[profile.dev.package.goryak]
opt-level = 1

[profile.dev.package.engine]
opt-level = 1

Expand Down
6 changes: 2 additions & 4 deletions assets_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ egui-inspect = { path = "../egui-inspect" }
log = { version = "0.4.11", features=["max_level_info", "release_max_level_info"] }
inline_tweak = "1.0.8"
egui = { workspace = true }
yakui = { git = "https://github.com/SecondHalfGames/yakui" }
yakui-wgpu = { git = "https://github.com/SecondHalfGames/yakui" }
yakui-winit = { git = "https://github.com/SecondHalfGames/yakui" }
yakui-widgets = { git = "https://github.com/SecondHalfGames/yakui" }
yakui = { git = "https://github.com/SecondHalfGames/yakui" }
goryak = { path = "../goryak" }
Loading

0 comments on commit c358d70

Please sign in to comment.