Skip to content

Commit 505f852

Browse files
committed
fix: the example's path dependency follows the package rename
`dependency 'godot-cpp' resolved to package 'godot-cpp-m' (mismatch with declared name 'godot-cpp')` -- examples/summator still asked for the old short name. It is the only place that referred to the package by name.
1 parent a7d80c7 commit 505f852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/summator/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ license = "MIT"
1515
kind = "shared"
1616

1717
[dependencies]
18-
godot-cpp = { path = "../.." }
18+
godot-cpp-m = { path = "../.." }

0 commit comments

Comments
 (0)