update fltk-rs, and use raw-window-handle feature (#208)
This commit is contained in:
parent
308a8bdc02
commit
a2529c63c3
|
@ -11,7 +11,7 @@ optimize = ["log/release_max_level_warn"]
|
|||
default = ["optimize"]
|
||||
|
||||
[dependencies]
|
||||
fltk = { version = "1.0.14", features = ["no-images", "no-pango"] }
|
||||
fltk = { version = "1.2.6", features = ["raw-window-handle", "no-images", "no-pango"] }
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
pixels = { path = "../.." }
|
||||
|
|
Loading…
Reference in a new issue