bump version to v0.10.2
This commit is contained in:
parent
a7844a3218
commit
3386b547de
|
@ -1,3 +1,7 @@
|
|||
# v0.10.2
|
||||
|
||||
- Build with Ubuntu20.04 + Docker, so releases run on older systems
|
||||
|
||||
# v0.10.1
|
||||
|
||||
- Performance improvements
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3056,7 +3056,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[package]
|
||||
name = "outfly"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/outfly/outfly"
|
||||
repository = "https://codeberg.org/outfly/outfly"
|
||||
|
|
|
@ -3,5 +3,5 @@ FROM docker.io/ubuntu:20.04
|
|||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||
RUN apt update && apt install -y -q git vim build-essential alsa-source alsa-tools libasound2-dev pkg-config libwayland-dev gcc-mingw-w64 zip
|
||||
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
RUN rustup target add x86_64-pc-windows-gnu
|
||||
RUN /root/.cargo/bin/rustup target add x86_64-pc-windows-gnu
|
||||
ENV PATH "$PATH:/root/.cargo/bin"
|
||||
|
|
Loading…
Reference in a new issue