Skip to content

Commit

Permalink
direct gl redering of the livesplit frames for more performance
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Aug 3, 2022
1 parent fadd5a9 commit ce45bb5
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 36 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ roxmltree = "0"
clap = { version = "3", features = ["clap_derive", "derive"] }
toml = "0"
serde_derive = "1"
bytemuck = "*"
glow = "*"
bytemuck = { version = "*", features = ["derive"] }
egui_glow = "*"
memoffset = "*"


# Remember to test with --release
Expand Down
Loading

0 comments on commit ce45bb5

Please sign in to comment.