1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Update versions to 0.1.3

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:30:12 +02:00
parent 3facd5c587
commit b58142ba15
6 changed files with 261 additions and 238 deletions

View File

@@ -1,15 +1,21 @@
[package]
name = "egui_web"
version = "0.1.0"
version = "0.1.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
categories = ["gui", "graphics"]
keywords = ["wasm", "web", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
egui = { path = "../egui", features = ["with_serde"] }
egui = { version = "0.1.3", path = "../egui", features = ["with_serde"] }
js-sys = "0.3"
parking_lot = "0.11"
serde = "1"