Skip to content

Commit

Permalink
Layout result with a strip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Aug 8, 2024
1 parent 7defca6 commit 3e5873d
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 149 deletions.
40 changes: 37 additions & 3 deletions android/Cargo.lock

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

34 changes: 34 additions & 0 deletions src/Cargo.lock

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

1 change: 1 addition & 0 deletions src/crusader-gui-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ crusader-lib = { path = "../crusader-lib", features = ["server", "client"] }
tokio = { version = "1.18.2", features = ["full"] }
eframe = "0.28.1"
egui_plot = "0.28.1"
egui_extras = { version = "0.28.1", default-features = false }

[target.'cfg(not(target_os = "android"))'.dependencies]
rfd = { version = "0.10.0", default-features = false, features = [
Expand Down
Loading

0 comments on commit 3e5873d

Please sign in to comment.