Update iced_baseview dependency
This commit is contained in:
parent
55e9153811
commit
5f0c7d0ac7
2 changed files with 6 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1396,7 +1396,7 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|||
[[package]]
|
||||
name = "iced_baseview"
|
||||
version = "0.0.3"
|
||||
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-dependencies#ad6e555cabd5d355c1adac8e7e46f42dc22220e4"
|
||||
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-dependencies#61af92e930ce6500ab3a8321ed29a07c26a9e396"
|
||||
dependencies = [
|
||||
"baseview",
|
||||
"copypasta",
|
||||
|
|
|
@ -23,22 +23,22 @@ opengl = ["iced_baseview/glow"]
|
|||
debug = ["iced_baseview/debug"]
|
||||
|
||||
# Enables the `Image` widget, only supported by the wgpu backend
|
||||
wgpu_image = ["iced_baseview/image"]
|
||||
wgpu_image = ["iced_baseview/wgpu_image"]
|
||||
# Enables the `Svg` widget, only supported by the wgpu backend
|
||||
wgpu_svg = ["iced_baseview/svg"]
|
||||
wgpu_svg = ["iced_baseview/wgpu_svg"]
|
||||
|
||||
# Enables the `Canvas` widget for the wgpu backend
|
||||
wgpu_canvas = ["iced_baseview/canvas"]
|
||||
wgpu_canvas = ["iced_baseview/wgpu_canvas"]
|
||||
# Enables the `Canvas` widget for the OpenGL backend
|
||||
opengl_canvas = ["iced_baseview/glow_canvas"]
|
||||
|
||||
# Enables the `QRCode` widget for the wgpu backend
|
||||
wgpu_qr_code = ["iced_baseview/qr_code"]
|
||||
wgpu_qr_code = ["iced_baseview/wgpu_qr_code"]
|
||||
# Enables the `QRCode` widget for the OpenGL backend
|
||||
opengl_qr_code = ["iced_baseview/glow_qr_code"]
|
||||
|
||||
# Enables using system fonts for the wgpu backend
|
||||
wgpu_default_system_font = ["iced_baseview/default_system_font"]
|
||||
wgpu_default_system_font = ["iced_baseview/wgpu_default_system_font"]
|
||||
# Enables using system fonts for the OpenGL backend
|
||||
opengl_default_system_font = ["iced_baseview/glow_default_system_font"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue