Skip to content

Commit 2b75232

Browse files
committed
Examples: package names consistent with directories
1 parent 5e7dc53 commit 2b75232

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/array-export/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "array_export"
2+
name = "array-export"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
edition = "2021"

examples/dodge-the-creeps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "dodge_the_creeps"
2+
name = "dodge-the-creeps"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
publish = false

examples/hello-world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "hello_world"
2+
name = "hello-world"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
publish = false

examples/native-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "native_plugin"
2+
name = "native-plugin"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
edition = "2021"

examples/scene-create/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "scene_create"
2+
name = "scene-create"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
publish = false

examples/spinning-cube/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "spinning_cube"
2+
name = "spinning-cube"
33
version = "0.1.0"
44
authors = ["The godot-rust developers"]
55
edition = "2021"

0 commit comments

Comments
 (0)