Skip to content
Merged

Deps #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
platform: Linux ARM64
lib_name: libgdserial.so
use_cross: true
- os: macos-13
- os: macos-15-intel
target: x86_64-apple-darwin
platform: macOS Intel
lib_name: libgdserial.dylib
use_cross: false
- os: macos-15
- os: macos-latest
target: aarch64-apple-darwin
platform: macOS Apple Silicon
lib_name: libgdserial.dylib
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
target: aarch64-unknown-linux-gnu
lib_name: libgdserial.so
use_cross: true
- os: macos-13
- os: macos-15-intel
target: x86_64-apple-darwin
lib_name: libgdserial.dylib
use_cross: false
- os: macos-15
- os: macos-latest
target: aarch64-apple-darwin
lib_name: libgdserial.dylib
use_cross: false
Expand Down
40 changes: 24 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Sujith Christopher"]
crate-type = ["cdylib"]

[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
godot = "0.4.4"
serialport = "4.7.2"

[profile.release]
Expand Down
Binary file modified addons/gdserial/bin/windows-x86_64/gdserial.dll
Binary file not shown.
Loading