mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
update Cargo.lock to 0.1.2
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -348,7 +348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "egui"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"ahash 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -363,7 +363,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"egui 0.1.1",
|
||||
"egui 0.1.2",
|
||||
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -373,7 +373,7 @@ dependencies = [
|
||||
name = "egui_wasm"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"egui 0.1.1",
|
||||
"egui 0.1.2",
|
||||
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -390,7 +390,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
name = "example_glium"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"egui 0.1.1",
|
||||
"egui 0.1.2",
|
||||
"egui_glium 0.1.0",
|
||||
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -401,7 +401,7 @@ dependencies = [
|
||||
name = "example_wasm"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"egui 0.1.1",
|
||||
"egui 0.1.2",
|
||||
"egui_wasm 0.1.0",
|
||||
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
Reference in New Issue
Block a user