Skip to content

Commit 0cfcd59

Browse files
committed
updated test2
1 parent f915eff commit 0cfcd59

2 files changed

Lines changed: 40 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spellchecker"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55
authors = ["Rothang Ralph Ralefaso <rrralefaso@outlook.com>"]
66
description = "An Atom IDE-inspired multilingual spell checker"
77
repository = "https://github.com/RR-Ralefaso/SpellChecker"
@@ -28,7 +28,7 @@ path = "src/lib.rs"
2828

2929
[dependencies]
3030
# GUI dependencies
31-
eframe = { version = "0.27", features = ["persistence", "web_sys"], optional = true }
31+
eframe = { version = "0.27", features = ["persistence"], optional = true }
3232
egui = { version = "0.27", optional = true }
3333
rfd = { version = "0.14", optional = true }
3434
egui_extras = { version = "0.27", optional = true }
@@ -48,7 +48,7 @@ encoding_rs = "0.8.33"
4848
once_cell = "1.19.0"
4949
parking_lot = "0.12.3"
5050
directories = "5.0"
51-
open = "5.0.0" # NEW: For opening URLs
51+
open = "5.0.0"
5252

5353
# CLI dependencies
5454
clap = { version = "4.5", optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)