egui/egui_glium/Cargo.toml

23 lines
666 B
TOML
Raw Normal View History

2019-04-21 08:13:05 +00:00
[package]
name = "egui_glium"
2020-08-09 15:30:12 +00:00
version = "0.1.3"
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"
2020-08-09 15:30:12 +00:00
homepage = "https://github.com/emilk/emigui/"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]
2019-04-21 08:13:05 +00:00
[dependencies]
chrono = { version = "0.4" }
clipboard = "0.5"
egui = { version = "0.1.3", path = "../egui", features = ["serde", "serde_json"] }
glium = "0.27"
serde = "1"
serde_json = "1"
webbrowser = "0.5"