Skip to content

Commit

Permalink
4th time is the charm?
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 14, 2024
1 parent 0767355 commit 73ec4c0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ repository = "https://github.com/sandwichfarm/notemine"
license = "GPL-3.0-only"

[lib]
crate-type = ["cdylib"]
#name = "notemine"
#path = "src/lib.rs"

#crate-type = ["cdylib", "rlib"]
#crate-type = ["cdylib"]
name = "notemine"
path = "src/lib.rs"
crate-type = ["cdylib", "rlib"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -24,7 +23,7 @@ web-sys = { version = "0.3", features = ["console"] }
serde-wasm-bindgen = "0.6" # Added serde-wasm-bindgen
console_error_panic_hook = "0.1.6" # Added for better error reporting

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
#[profile.release]
#opt-level = "z"
#lto = true
#codegen-units = 1

0 comments on commit 73ec4c0

Please sign in to comment.