Skip to content

Commit

Permalink
bump and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed May 18, 2024
1 parent 609f9ea commit f143a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = "0.10"
iced = { version = "0.10", default-features = false }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
Expand All @@ -17,3 +17,6 @@ iced_aw = { version = "0.7", features = ["split"] }
iced_futures = { version = "0.7", features = ["tokio"] }
hex_color = "3.0"
tokio = { version = "1.37", features = ["time"] }

[profile.release]
lto = "fat"
5 changes: 3 additions & 2 deletions config_temp.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
host_url = ""

global_mapping = ""
paper_need_process_mapping = ""
process_paper_mapping = ""

[font]
family = ""
font = ""

0 comments on commit f143a20

Please sign in to comment.