mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Update rusttype and run cargo update
This commit is contained in:
901
Cargo.lock
generated
901
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
cargo fmt --all -- --check
|
||||||
cargo check --all-features
|
cargo check --all-features
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# palette = "0.4"
|
# palette = "0.4"
|
||||||
rusttype = "0.7"
|
rusttype = "0.8"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user