mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
cargo: Upgrade keyboard-types
to 0.8.0
and xcomponent-sys
to 0.3.4
(#38375)
With some adjustment for `NamedKey`. The two crates need to be bumped together to avoid duplicate of `keyboard-types` action. --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
a063b5e78a
commit
05ad9026f5
15 changed files with 471 additions and 432 deletions
|
@ -628,6 +628,7 @@ pub(crate) unsafe fn windowproxy_from_handlevalue<D: crate::DomTypes>(
|
|||
Ok(DomRoot::from_ref(&*ptr))
|
||||
}
|
||||
|
||||
#[allow(deprecated)]
|
||||
impl<D: crate::DomTypes> EventModifierInit<D> {
|
||||
pub fn modifiers(&self) -> Modifiers {
|
||||
let mut modifiers = Modifiers::empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue