Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Feb 5, 2024
1 parent e322239 commit ca7a47d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fltk-egui"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = ["MoAlyousef <[email protected]>", "Adia Robbie <[email protected]>"]
description = "FLTK backend for egui"
Expand All @@ -13,14 +13,14 @@ license = "MIT"
rust-version = "1.72"

[dependencies]
egui = { version = "0.25" }
egui_glow = { version = "0.25", default-features = false }
egui = { version = "0.26" }
egui_glow = { version = "0.26", default-features = false }
arboard = { version = "3.3" }
fltk = { version = "1.4.12", features = ["enable-glwindow"] }

# for the demo_windows example
[dev-dependencies]
egui_demo_lib = { version = "0.25" }
egui_demo_lib = { version = "0.26" }

[features]
wayland = ["fltk/use-wayland"]
Expand Down

0 comments on commit ca7a47d

Please sign in to comment.