update fltk-rs, and use raw-window-handle feature (#208)

This commit is contained in:
Mohammed Alyousef 2021-10-05 20:46:37 +03:00 committed by GitHub
parent 308a8bdc02
commit a2529c63c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = "../.." }