Docs.rs
gpui-unofficial-1.2.6
gpui-unofficial 1.2.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
iamnbutler
Dependencies
anyhow ^1.0.86
normal
async-channel ^2.5.0
normal
async-task ^4.7
normal
backtrace ^0.3
normal
optional
bitflags ^2.6.0
normal
optional
chrono ^0.4
normal
collections-gpui-unofficial ^1.2.6
normal
ctor ^0.4.0
normal
derive_more ^2.1.1
normal
etagere ^0.2
normal
futures ^0.3.32
normal
futures-concurrency ^7.7.1
normal
gpui-macros-gpui-unofficial ^1.2.6
normal
gpui-shared-string-gpui-unofficial ^1.2.6
normal
gpui-util-gpui-unofficial ^1.2.6
normal
hdrhistogram ^7
normal
optional
http-client-gpui-unofficial ^1.2.6
normal
image ^0.25.1
normal
inventory ^0.3.19
normal
itertools ^0.14.0
normal
log ^0.4.16
normal
lyon ^1.0
normal
num_cpus ^1.13
normal
parking ^2.0.0
normal
parking_lot ^0.12.1
normal
pin-project ^1.1.10
normal
pollster ^0.4.0
normal
postage ^0.5
normal
profiling ^1
normal
proptest ^1
normal
optional
rand ^0.9
normal
raw-window-handle ^0.6
normal
refineable-gpui-unofficial ^1.2.6
normal
regex ^1.5
normal
resvg ^0.45.0
normal
scheduler-gpui-unofficial ^1.2.6
normal
schemars ^1.0
normal
seahash ^4.1
normal
serde ^1.0.221
normal
serde_json ^1.0.144
normal
slotmap ^1.0.6
normal
smallvec ^1.6
normal
spin ^0.10.0
normal
stacksafe ^0.1
normal
strum ^0.27.2
normal
sum-tree-gpui-unofficial ^1.2.6
normal
taffy =0.10.1
normal
thiserror ^2.0.12
normal
ttf-parser ^0.25
normal
url ^2.2
normal
usvg ^0.45.0
normal
util-macros-gpui-unofficial ^1.2.6
normal
uuid ^1.1.2
normal
waker-fn ^1.2.0
normal
web-time ^1.1.0
normal
backtrace ^0.3
dev
env_logger ^0.11
dev
lyon ^1.0
dev
proptest ^1
dev
rand ^0.9
dev
unicode-segmentation ^1.10
dev
embed-resource ^3.0
build
optional
pathfinder_geometry ^0.5
normal
zed-scap ^0.0.8-zed
normal
optional
getrandom ^0.3.4
normal
uuid ^1.1.2
normal
wasm-bindgen ^0.2.113
dev
block ^0.1
normal
cocoa =0.26.0
normal
cocoa-foundation =0.2.0
normal
core-foundation =0.10.0
normal
core-foundation-sys ^0.8.6
normal
core-graphics ^0.24
normal
core-text ^21
normal
core-video ^0.5.2
normal
zed-font-kit ^0.14.1-zed
normal
optional
foreign-types ^0.5
normal
log ^0.4.16
normal
mach2 ^0.5
normal
media-gpui-unofficial ^1.2.6
normal
metal ^0.33
normal
objc ^0.2
normal
objc2 ^0.6
normal
optional
objc2-metal ^0.3
normal
optional
bindgen ^0.71
build
cbindgen ^0.28.0
build
windows ^0.61
normal
Versions
94.88%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
KeyEvent
gpui
1.2.6
KeyEvent
Implementors
In crate gpui
gpui
Trait
KeyEvent
Copy item path
Source
pub trait KeyEvent:
InputEvent
{ }
Expand description
A key event from the platform.
Implementors
§
Source
§
impl
KeyEvent
for
KeyDownEvent
Source
§
impl
KeyEvent
for
KeyUpEvent
Source
§
impl
KeyEvent
for
ModifiersChangedEvent