Skip to content

Commit

Permalink
Merge pull request godot-rust#7 from clementine-tech/weird-fix
Browse files Browse the repository at this point in the history
Fix to keep up w/ gdext
  • Loading branch information
Houtamelo authored Nov 6, 2024
2 parents c9d282d + 56b7e5a commit f9fa608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ crate-type = ["lib", "cdylib"]

[dependencies]
gdext_coroutines = { path = "..", features = ["async"] }
godot = "0.1"
godot = { package = "godot", git = "https://github.com/godot-rust/gdext" }
smol = "2.0"
async-compat = "0.2.4"

0 comments on commit f9fa608

Please sign in to comment.