Skip to content

Commit f1a650c

Browse files
committed
Added ability to copy current view to clipboard
1 parent 002451b commit f1a650c

File tree

6 files changed

+546
-35
lines changed

6 files changed

+546
-35
lines changed

Cargo.lock

+102-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biquinho"
3-
version = "0.2.4"
3+
version = "0.2.7"
44
edition = "2021"
55
description = ""
66

@@ -14,6 +14,13 @@ image = "0.24"
1414
tiff = "0.7.4"
1515
rfd = "0.10"
1616

17+
# Interacting with clipboard
18+
arboard = "3.2.0"
19+
20+
wgpu = "0.14"
21+
pollster = "0.2.5"
22+
futures-intrusive = "0.4.0"
23+
1724
# Colour mixing
1825
mixbox = "2.0.0"
1926

0 commit comments

Comments
 (0)