Skip to content

Commit 3917e7c

Browse files
authored
Merge pull request #62 from jonmmease/jonmmease/multi_mark_renderer2
wgpu rewrite to consolidate marks into multi-mark renderer
2 parents cf7cac5 + d8d8040 commit 3917e7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3800
-3618
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ scratch/
1212
.pixi
1313

1414
/avenger-python/avenger/_avenger.abi3.so
15+
__pycache__/

Cargo.lock

Lines changed: 136 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ lyon = "1.0.1"
1919
image = { version="0.24.8", default-features = false }
2020
lazy_static = "1.4.0"
2121
pyo3 = "0.20.2"
22+
tracing = "0.1.40"
23+
tracing-subscriber = "0.3.18"
24+
rayon = "1.8.1"
25+

0 commit comments

Comments
 (0)