Skip to content

Commit

Permalink
fix: use dclexplorer fork for iOS with fix on the targets (same versi…
Browse files Browse the repository at this point in the history
…on, just a patch) (#476)
  • Loading branch information
kuruk-mm authored Oct 30, 2024
1 parent 7320c48 commit 22f43fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
godot = { git = "https://github.com/leanmendoza/gdext", branch = "fix/ios", features=["experimental-threads", "serde"] }
godot = { git = "https://github.com/dclexplorer/gdext", branch = "master", features=["experimental-threads", "serde"] }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.92", features = ["raw_value"] }
Expand Down

0 comments on commit 22f43fa

Please sign in to comment.