HACK: Use old version of fltk to fix CI (#306)

See: https://github.com/fltk-rs/fltk-rs/issues/1285
This commit is contained in:
Jay Oster 2022-09-10 19:18:27 -07:00 committed by GitHub
parent 881033c5c7
commit 9c3edeb1d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ optimize = ["log/release_max_level_warn"]
default = ["optimize"]
[dependencies]
fltk = { version = "1.3", features = ["raw-window-handle", "no-images", "no-pango"] }
fltk = { version = "=1.3.13", features = ["raw-window-handle", "no-images", "no-pango"] }
env_logger = "0.9"
log = "0.4"
pixels = { path = "../.." }