Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sss_capture/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_capture"
description = "From-scratch cross-platform screen / window / region capture for Super ScreenShot"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/sss_capture_ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_capture_ui"
description = "Interactive selection / annotation overlay for sss_capture (slurp-class binary + full editor library)"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
Expand All @@ -20,8 +20,8 @@ editor = ["dep:egui", "dep:egui-winit", "dep:egui-wgpu", "dep:wgpu", "dep:pollst
serde = ["dep:serde"]

[dependencies]
sss_capture = { path = "../sss_capture", version = "0.2.0" }
sss_core = { path = "../sss_core", version = "0.2.0" }
sss_capture = { path = "../sss_capture", version = "0.2.1" }
sss_core = { path = "../sss_core", version = "0.2.1" }
image = "0.25"
thiserror.workspace = true
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sss_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_cli"
description = "Take pretty screenshots of your screen"
version = "0.2.0"
version = "0.2.1"
publish = false
default-run = "sss"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sss_code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_code"
description = "Take pretty screenshots of your code"
version = "0.3.0"
version = "0.3.1"
publish = false
authors.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sss_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_core"
description = "Shared primitives (color, blur) used by sss_lib and sss_capture_ui"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sss_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sss_lib"
version = "0.2.0"
version = "0.2.1"
publish = false
dist = false
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sss_ocr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_ocr"
description = "OCR engine for sss — wraps oar-ocr with tiered models, hardware-aware defaults and a non-blocking download worker"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
Expand Down
Loading