Skip to content

Commit

Permalink
feat(drawItems): make possible to draw a text
Browse files Browse the repository at this point in the history
  • Loading branch information
kakoc committed Sep 25, 2023
1 parent a6a16cd commit e8de3ff
Show file tree
Hide file tree
Showing 8 changed files with 1,113 additions and 49 deletions.
43 changes: 40 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "birdy"
version = "0.1.5"
version = "0.1.6"
authors = ["Konstantin Matsiushonak <[email protected]"]
edition = "2021"
description = "Screenshot tool"
Expand All @@ -20,6 +20,7 @@ winit_input_helper = "0.14.1"
pixels = "0.13.0"
screenshots = "0.8.2"
arboard = { version = "3.2.1", features = ["default", "wayland-data-control"] }
fontdue = "0.7.3"

serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
Expand Down
Binary file added JetBrainsMono-Regular.ttf
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Hotkeys:
l - draw a line
r - draw a rectangular border
p - draw a filled rectangle
t - toggle latest drawn shape between filled/not filled states
t - draw a text
Tab - toggle latest drawn shape between filled/not filled states
Esc - exit
```
Binary file modified assets/demo/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e8de3ff

Please sign in to comment.