Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maeeen committed Sep 2, 2024
1 parent edcd559 commit 06b2bff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = "1.0.63"
tray-item = { version = "0.10.0", optional = true }

[build-dependencies]
slint-build = "1.6"
slint-build = "1.7.2"

[target.'cfg(windows)'.build-dependencies]
winresource = "0.1.17"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Multi-platform features:

* The main target is Windows 11, but it should work on older versions of Windows as well. No need for administrator privileges.
* On Linux/macOS, there is no strict requirement for this but the missing implementations are:
* [ ] The caret locator (`src/caret_locator.rs`) that places the window near the caret.
* [ ] The keyboard shortcut to open the picker. (<kbd>Win</kbd> + <kbd>.</kbd>) (`src/key_shortcut.rs`)
* [ ] The “key interceptor” that prevents focus being made to the Emoji Picker window AND intercepts every key made while the picker is open.
* [ ] The “key sender” that sends keys to the main window.
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]

use handlers::{HandlerEvent, HandlerNotifyEvent, Handlers, NotifierReason};
use slint::{Model, ModelRc, Weak};
use std::sync::{Arc, Mutex, RwLock};
Expand Down

0 comments on commit 06b2bff

Please sign in to comment.