egui/egui_glium/Cargo.toml

45 lines
1.1 KiB
TOML
Raw Normal View History

2019-04-21 08:13:05 +00:00
[package]
name = "egui_glium"
2021-01-04 14:38:57 +00:00
version = "0.7.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for using Egui natively using the glium library"
2019-04-21 08:13:05 +00:00
edition = "2018"
homepage = "https://github.com/emilk/egui"
2020-08-09 15:30:12 +00:00
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/egui"
2020-08-09 15:30:12 +00:00
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]
2019-04-21 08:13:05 +00:00
[dependencies]
clipboard = "0.5"
2021-01-04 14:38:57 +00:00
egui = { version = "0.7.0", path = "../egui" }
epi = { version = "0.7.0", path = "../epi" }
2020-12-16 10:38:36 +00:00
glium = "0.29"
webbrowser = "0.5"
# feature "http":
2021-01-04 14:52:10 +00:00
ureq = { version = "2.0", optional = true }
# feature "persistence":
directories-next = { version = "2", optional = true }
serde = { version = "1", optional = true }
serde_json = { version = "1", optional = true }
# feature "time"
chrono = { version = "0.4", optional = true }
[features]
default = []
http = ["ureq"]
persistence = [
"directories-next",
2021-01-10 10:37:47 +00:00
"egui/persistence",
"epi/serde_json",
"epi/serde",
"serde_json",
"serde",
]
time = ["chrono"] # for seconds_since_midnight