Update egui-winit example dependencies (#167)
* Update egui-winit example dependencies * Update MSRV
This commit is contained in:
parent
f3d2b0643e
commit
355448a7f1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- 1.51.0
|
- 1.52.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- 1.51.0
|
- 1.52.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
2
MSRV.md
2
MSRV.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
| `pixels` version | `rustc` version |
|
| `pixels` version | `rustc` version |
|
||||||
|------------------|-----------------|
|
|------------------|-----------------|
|
||||||
| `0.4.0` | `1.51.0` |
|
| `0.4.0` | `1.52.0` |
|
||||||
| `0.3.0` | `1.51.0` |
|
| `0.3.0` | `1.51.0` |
|
||||||
| `0.2.0` | `1.41.0` |
|
| `0.2.0` | `1.41.0` |
|
||||||
| `0.1.0` | `1.41.0` |
|
| `0.1.0` | `1.41.0` |
|
||||||
|
|
|
@ -10,9 +10,9 @@ optimize = ["log/release_max_level_warn"]
|
||||||
default = ["optimize"]
|
default = ["optimize"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = "0.11"
|
egui = "0.12"
|
||||||
egui_wgpu_backend = "0.7"
|
egui_wgpu_backend = "0.8"
|
||||||
egui_winit_platform = "0.6"
|
egui_winit_platform = "0.7"
|
||||||
env_logger = "0.8"
|
env_logger = "0.8"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pixels = { path = "../.." }
|
pixels = { path = "../.." }
|
||||||
|
|
Loading…
Reference in a new issue