Skip to content

Commit

Permalink
save and load qmi added code refactored and multithreading fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
autergame committed Dec 11, 2022
1 parent efc78db commit 22b2033
Show file tree
Hide file tree
Showing 9 changed files with 1,628 additions and 914 deletions.
14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
[package]
name = "jpegview-rust"
version = "0.1.0"
version = "0.2.0"
authors = ["autergame"]

[dependencies]
native-dialog = "0.6.3"
miniz_oxide = "0.6.2"
threadpool = "1.8.1"
bincode = "1.3.3"
serde = { version = "1.0.147", features = ["derive"] }
image = "0.24.3"
sha2 = "0.10.6"

gl = "0.14.0"
glfw = "0.45.0"
glfw = { version = "0.47.0", default-features = false, features = ["glfw-sys"] }

imgui = { git = "https://github.com/autergame/imgui-rs", version = "0.8.1-alpha.0", features = ["docking"] }

Expand All @@ -21,4 +25,8 @@ strip = true
debug = false
incremental = false
overflow-checks = false
debug-assertions = false
debug-assertions = false

[profile]
release = { strip = true }
release-with-debug = { inherits = "release", debug = true }
Binary file modified assets/JpegView_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/test.qmi
Binary file not shown.
File renamed without changes
Loading

0 comments on commit 22b2033

Please sign in to comment.