Skip to content

Commit

Permalink
Update GDNative API to match Godot 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Jul 17, 2022
1 parent 2560d1d commit 48d8fd7
Show file tree
Hide file tree
Showing 3 changed files with 13,865 additions and 1,483 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-ci.yml
Expand Up @@ -262,13 +262,13 @@ jobs:
include:
# Latest Godot with different Rust versions
- rust: stable
godot: "3.4.3"
godot: "3.5"
postfix: ''
- rust: nightly
godot: "3.4.3"
godot: "3.5"
postfix: ' (nightly)'
- rust: '1.56'
godot: "3.4.3"
godot: "3.5"
postfix: ' (msrv 1.56)'

# Test with oldest supported engine version
Expand Down

0 comments on commit 48d8fd7

Please sign in to comment.