Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 142 additions & 6 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ futures = "0.3"
image = "0.25"
log = "0.4"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
rfd = "0.15"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: Nice, didn't know about this crate!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Is there a reason you didn't use the latest version (0.17.x)?

tempfile = "3"
tokio = { version = "1", features = ["full", "parking_lot"] }
# egui-wgpu 0.35 requires wgpu ^29.0; "29.0" resolves to a compatible 29.0.x.
wgpu = "29.0"
Expand All @@ -34,4 +36,4 @@ opt-level = 3
lto = "fat"
codegen-units = 1
strip = "debuginfo"
panic = "abort"
panic = "abort"
Loading
Loading