Skip to content

Commit 86d0511

Browse files
committed
Rename examples and crate directories to kebab-case
1 parent 19ed0d2 commit 86d0511

File tree

116 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+118
-118
lines changed

.github/workflows/release-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
env:
3939
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
4040
run: |
41-
(cd impl/proc_macros && cargo publish);
41+
(cd impl/proc-macros && cargo publish);
4242
sleep 1m;
4343
(cd gdnative-sys && cargo publish);
4444
sleep 1m;
4545
(cd gdnative-derive && cargo publish);
4646
sleep 1m;
4747
(cd gdnative-core && cargo publish);
4848
sleep 1m;
49-
(cd bindings_generator && cargo publish);
49+
(cd bindings-generator && cargo publish);
5050
sleep 1m;
5151
(cd gdnative-bindings && cargo publish);
5252
sleep 1m;

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ members = [
77
"gdnative-derive",
88
"gdnative-sys",
99
"test",
10-
"bindings_generator",
11-
"examples/hello_world",
12-
"examples/spinning_cube",
13-
"examples/scene_create",
10+
"bindings-generator",
11+
"examples/hello-world",
12+
"examples/spinning-cube",
13+
"examples/scene-create",
1414
"examples/signals",
15-
"examples/dodge_the_creeps",
15+
"examples/dodge-the-creeps",
1616
"examples/resource",
17-
"examples/native_plugin",
17+
"examples/native-plugin",
1818
"examples/rpc",
19-
"examples/array_export",
20-
"impl/proc_macros"
19+
"examples/array-export",
20+
"impl/proc-macros"
2121
]
2222

2323
[profile.dev.package.miniserde]

README.md

Lines changed: 6 additions & 6 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)