Skip to content

Commit

Permalink
Merge pull request #6 from C0D3-M4513R/dev
Browse files Browse the repository at this point in the history
feature: add Osc Multiplexer
  • Loading branch information
C0D3-M4513R authored Sep 25, 2023
2 parents 416f871 + 519c2b1 commit 6aa0e6c
Show file tree
Hide file tree
Showing 8 changed files with 799 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: windows_64-bit
- os: windows-latest
target: i686-pc-windows-msvc
name: windows_64-bit
name: windows_32-bit
- os: macos-latest
target: x86_64-apple-darwin
name: macos_64-bit
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "dex_protect_osc_rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -35,4 +36,8 @@ unicode-bom = "2"

[features]
file_dialog = ["dep:rfd"]
oscquery = []
oscquery = []

[profile.release]
strip = true
lto = true
Loading

0 comments on commit 6aa0e6c

Please sign in to comment.