Skip to content

Commit

Permalink
Added ability to copy current view to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace committed Nov 18, 2022
1 parent 002451b commit f1a650c
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 35 deletions.
116 changes: 102 additions & 14 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biquinho"
version = "0.2.4"
version = "0.2.7"
edition = "2021"
description = ""

Expand All @@ -14,6 +14,13 @@ image = "0.24"
tiff = "0.7.4"
rfd = "0.10"

# Interacting with clipboard
arboard = "3.2.0"

wgpu = "0.14"
pollster = "0.2.5"
futures-intrusive = "0.4.0"

# Colour mixing
mixbox = "2.0.0"

Expand Down
Loading

0 comments on commit f1a650c

Please sign in to comment.