mirror of https://github.com/emilk/egui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
210 B
13 lines
210 B
[package]
|
|
name = "emigui"
|
|
version = "0.1.0"
|
|
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
parking_lot = "0.10"
|
|
rusttype = "0.9"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
|