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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user