mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -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
|
||||
set -eu
|
||||
|
||||
cargo fmt --all -- --check
|
||||
cargo check --all-features
|
||||
cargo clippy
|
||||
|
||||
|
||||
@@ -8,6 +8,6 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
# palette = "0.4"
|
||||
rusttype = "0.7"
|
||||
rusttype = "0.8"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
|
||||
Reference in New Issue
Block a user