Update iced_baseview dependency
This commit is contained in:
parent
130ef8ac0e
commit
fe1db50678
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1396,7 +1396,7 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "iced_baseview"
|
name = "iced_baseview"
|
||||||
version = "0.0.3"
|
version = "0.0.3"
|
||||||
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-dependencies#d6356218bc43a4b74e279cdd364de108cb7fa269"
|
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-dependencies#1109df27432ca3837673f6e11fa1914d33ce93f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"baseview",
|
"baseview",
|
||||||
"copypasta",
|
"copypasta",
|
||||||
|
|
|
@ -227,6 +227,7 @@ impl<E: IcedEditor> Editor for IcedEditorWrapper<E> {
|
||||||
#[cfg(not(feature = "opengl"))]
|
#[cfg(not(feature = "opengl"))]
|
||||||
gl_config: None,
|
gl_config: None,
|
||||||
},
|
},
|
||||||
|
ignore_non_modifier_keys: false,
|
||||||
// We use this wrapper to be able to pass the GUI context to the editor
|
// We use this wrapper to be able to pass the GUI context to the editor
|
||||||
flags: (
|
flags: (
|
||||||
context,
|
context,
|
||||||
|
|
Loading…
Reference in a new issue