Skip to content

Commit

Permalink
merge: merge branch 'dev' into drag-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
white-axe committed Mar 25, 2024
2 parents 746d8d0 + 5cbe458 commit 6217ef7
Show file tree
Hide file tree
Showing 62 changed files with 2,427 additions and 1,836 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ rustflags = [
"-Z",
"threads=8",
]

[env]
LUMINOL_ASSETS_PATH = { value = "assets", relative = true }
6 changes: 3 additions & 3 deletions .github/workflows/build-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand All @@ -48,7 +48,7 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand All @@ -73,7 +73,7 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand All @@ -46,7 +46,7 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand All @@ -70,7 +70,7 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build luminol (Release)
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
targets: wasm32-unknown-unknown
components: rust-src
- name: Download and install Trunk binary
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- run: cargo check --all-features
Expand All @@ -45,7 +45,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
targets: wasm32-unknown-unknown
components: rust-src
- name: Rust Cache
Expand All @@ -64,7 +64,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- run: cargo test --workspace
Expand All @@ -82,7 +82,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
components: rustfmt
- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand All @@ -101,7 +101,7 @@ jobs:
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-11-14
toolchain: nightly-2024-02-01
components: clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ steamworks/*
!steamworks/redistributable_bin
#! renderdoc
captures/

rustc-ice*
Loading

0 comments on commit 6217ef7

Please sign in to comment.