Skip to content

Commit

Permalink
Merge pull request #62 from jonmmease/jonmmease/multi_mark_renderer2
Browse files Browse the repository at this point in the history
wgpu rewrite to consolidate marks into multi-mark renderer
  • Loading branch information
jonmmease authored Feb 10, 2024
2 parents cf7cac5 + d8d8040 commit 3917e7c
Show file tree
Hide file tree
Showing 49 changed files with 3,800 additions and 3,618 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ scratch/
.pixi

/avenger-python/avenger/_avenger.abi3.so
__pycache__/
188 changes: 136 additions & 52 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 @@ -19,3 +19,7 @@ lyon = "1.0.1"
image = { version="0.24.8", default-features = false }
lazy_static = "1.4.0"
pyo3 = "0.20.2"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
rayon = "1.8.1"

Loading

0 comments on commit 3917e7c

Please sign in to comment.