mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -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]]
|
[[package]]
|
||||||
name = "egui"
|
name = "egui"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -363,7 +363,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"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)",
|
"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)",
|
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -373,7 +373,7 @@ dependencies = [
|
|||||||
name = "egui_wasm"
|
name = "egui_wasm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui 0.1.1",
|
"egui 0.1.2",
|
||||||
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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 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)",
|
"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"
|
name = "example_glium"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui 0.1.1",
|
"egui 0.1.2",
|
||||||
"egui_glium 0.1.0",
|
"egui_glium 0.1.0",
|
||||||
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -401,7 +401,7 @@ dependencies = [
|
|||||||
name = "example_wasm"
|
name = "example_wasm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui 0.1.1",
|
"egui 0.1.2",
|
||||||
"egui_wasm 0.1.0",
|
"egui_wasm 0.1.0",
|
||||||
"serde 1.0.110 (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)",
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
Reference in New Issue
Block a user