Skip to content

Commit

Permalink
Update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nykseli committed Jan 27, 2023
1 parent 3f543b5 commit 1aee11d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
51 changes: 51 additions & 0 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 @@ -10,6 +10,8 @@ edition = "2018"
winit = { git = "https://github.com/Nykseli/winit", branch = "windows-mouse-fix" }

[dependencies]
base64 = "0.21.0"
serde_json = "1.0"
log = "0.4.17"
chrono = "0.4.23"
reqwest = { version = "0.11.13", features = ["blocking"]}
Expand All @@ -21,6 +23,8 @@ eframe = { git = "https://github.com/Nykseli/egui", default-features = false, fe
"glow", # Use the glow rendering backend. Alternative: "wgpu".
"persistence", # Enable restoring app state when restarting the app.
] }
egui_extras = { git = "https://github.com/Nykseli/egui", features = ["image"] }
image = { version = "0.24", default-features = false, features = ["png"] }

# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 1aee11d

Please sign in to comment.