mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
[release] bump version numbers to 0.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_web"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for compiling Egui code to WASM for a web page"
|
||||
license = "MIT OR Apache-2.0"
|
||||
@@ -16,7 +16,7 @@ include = [ "**/*.rs", "Cargo.toml"]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.1.4", path = "../egui", features = ["serde"] }
|
||||
egui = { version = "0.2.0", path = "../egui", features = ["serde"] }
|
||||
js-sys = "0.3"
|
||||
parking_lot = "0.11"
|
||||
serde = "1"
|
||||
|
||||
Reference in New Issue
Block a user