Skip to content

Commit

Permalink
Update dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Nov 3, 2021
1 parent db8dc32 commit 4d7f45c
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 68 deletions.
180 changes: 134 additions & 46 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ optimize = ["log/release_max_level_warn"]
copypasta = "0.7"
directories = "4.0"
egui = { version = "0.15", default-features = false, features = ["single_threaded"] }
egui_wgpu_backend = { git = "https://github.com/hasenbanck/egui_wgpu_backend.git", rev = "961125e7bd2c71c5ead1d61a7ca7ffa8c0d17f48" }
egui_wgpu_backend = "0.14"
egui-winit = "0.15"
encoding_rs = "0.8"
env_logger = { version = "0.9", default-features = false, features = ["atty", "humantime", "termcolor"] }
Expand All @@ -32,7 +32,7 @@ pollster = "0.2"
raw-window-handle = "0.3"
rfd = "0.5"
thiserror = "1.0"
toml_edit = "0.6"
toml_edit = "0.8"
unicode-segmentation = "1.7"
walkdir = "2.3"
webbrowser = "0.5"
Expand Down

0 comments on commit 4d7f45c

Please sign in to comment.