2019-04-21 08:13:05 +00:00
|
|
|
[package]
|
2020-05-30 08:22:35 +00:00
|
|
|
name = "egui_glium"
|
2020-12-13 20:15:57 +00:00
|
|
|
version = "0.5.0"
|
2020-05-30 09:04:40 +00:00
|
|
|
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
2020-08-09 15:39:05 +00:00
|
|
|
description = "Bindings for using Egui natively using the glium library"
|
2019-04-21 08:13:05 +00:00
|
|
|
edition = "2018"
|
2020-08-10 17:38:46 +00:00
|
|
|
homepage = "https://github.com/emilk/egui"
|
2020-08-09 15:30:12 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
readme = "README.md"
|
2020-08-10 17:38:46 +00:00
|
|
|
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]
|
2020-05-11 18:21:24 +00:00
|
|
|
chrono = { version = "0.4" }
|
2020-04-29 19:58:14 +00:00
|
|
|
clipboard = "0.5"
|
2020-12-13 20:15:57 +00:00
|
|
|
egui = { version = "0.5.0", path = "../egui", features = ["serde", "serde_json"] }
|
2020-10-08 14:23:47 +00:00
|
|
|
glium = "0.28"
|
2020-07-22 10:10:14 +00:00
|
|
|
serde = "1"
|
2020-05-02 09:37:12 +00:00
|
|
|
serde_json = "1"
|
2020-04-29 19:58:14 +00:00
|
|
|
webbrowser = "0.5"
|