Merge branch 'master' of ssh://ssh.paoda.moe:31059/paoda/gb
This commit is contained in:
commit
61fd63bb45
|
@ -5,7 +5,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: cargo test
|
||||
image: rust:1.49
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.38"
|
||||
pixels = "0.2.0"
|
||||
winit = "0.24.0"
|
||||
winit_input_helper = "0.9.0"
|
||||
anyhow = "^1.0"
|
||||
pixels = "^0.2"
|
||||
winit = "^0.24"
|
||||
winit_input_helper = "^0.9"
|
||||
|
|
Loading…
Reference in New Issue