-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 797 Bytes
/
Cargo.toml
File metadata and controls
27 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "fltk-egui"
version = "0.18.0"
edition = "2021"
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>", "Adia Robbie <adyaro37@gmail.com>"]
description = "FLTK backend for egui"
repository = "https://github.com/fltk-rs/fltk-egui"
documentation = "https://docs.rs/fltk-egui"
keywords = ["gui", "widgets", "graphics"]
categories = ["gui"]
readme = "README.md"
license = "MIT"
rust-version = "1.72"
[dependencies]
egui = { version = "0.30" }
egui_glow = { version = "0.30", 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.30" }
[features]
wayland = ["fltk/use-wayland"]
no-pango = ["fltk/no-pango"]