Skip to content

Commit

Permalink
0.4 (SB 4.0) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Aug 6, 2024
1 parent f4ab84e commit 2821475
Show file tree
Hide file tree
Showing 57 changed files with 6,400 additions and 750 deletions.
8 changes: 0 additions & 8 deletions .cargo/config

This file was deleted.

6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
target = "i686-pc-windows-msvc"


[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static", "-Adead_code", "-Aunused"]
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-05-11
toolchain: nightly-2023-12-21
target: i686-pc-windows-msvc
override: true
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
b
br
Loading

0 comments on commit 2821475

Please sign in to comment.